File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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' -restore -build %* "
3
3
exit /b %ErrorLevel%
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' -restore %* "
3
3
exit /b %ErrorLevel%
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' -test %* "
3
3
exit /b %ErrorLevel%
You can’t perform that action at this time.
0 commit comments