File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
- powershell -ExecutionPolicy ByPass -NoProfile -command " & '%~dp0 eng\common\build.ps1' -restore -build %* "
2
+ powershell -ExecutionPolicy ByPass -NoProfile -command " & '%~dp0 eng\common\build.ps1' -nodeReuse:$false - restore -build %* "
3
3
exit /b %ErrorLevel%
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ while [[ -h $source ]]; do
13
13
done
14
14
15
15
scriptroot=" $( cd -P " $( dirname " $source " ) " && pwd ) "
16
- " $scriptroot /eng/common/build.sh" --build --restore $@
16
+ " $scriptroot /eng/common/build.sh" --nodeReuse false -- build --restore $@
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- powershell -ExecutionPolicy ByPass -NoProfile -command " & '%~dp0 eng\common\build.ps1' -restore %* "
2
+ powershell -ExecutionPolicy ByPass -NoProfile -command " & '%~dp0 eng\common\build.ps1' -nodeReuse:$false - restore %* "
3
3
exit /b %ErrorLevel%
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ while [[ -h $source ]]; do
13
13
done
14
14
15
15
scriptroot=" $( cd -P " $( dirname " $source " ) " && pwd ) "
16
- " $scriptroot /eng/common/build.sh" --restore $@
16
+ " $scriptroot /eng/common/build.sh" --nodeReuse false -- restore $@
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- powershell -ExecutionPolicy ByPass -NoProfile -command " & '%~dp0 eng\common\build.ps1' -test %* "
2
+ powershell -ExecutionPolicy ByPass -NoProfile -command " & '%~dp0 eng\common\build.ps1' -nodeReuse:$false - test %* "
3
3
exit /b %ErrorLevel%
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ while [[ -h $source ]]; do
13
13
done
14
14
15
15
scriptroot=" $( cd -P " $( dirname " $source " ) " && pwd ) "
16
- " $scriptroot /eng/common/build.sh" --test $@
16
+ " $scriptroot /eng/common/build.sh" --nodeReuse false -- test $@
You can’t perform that action at this time.
0 commit comments