Skip to content

Commit

Permalink
Case Sensitive: eng/common/build.ps1 is with lower case 'b' and not u…
Browse files Browse the repository at this point in the history
…pper case. (#21461)

Co-authored-by: Martin Boye Petersen <[email protected]>
  • Loading branch information
MartinBP and MartinBP authored Jul 6, 2020
1 parent 7c572c5 commit 52d53b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& '%~dp0eng\common\Build.ps1' -restore -build %*"
powershell -ExecutionPolicy ByPass -NoProfile -command "& '%~dp0eng\common\build.ps1' -restore -build %*"
exit /b %ErrorLevel%
2 changes: 1 addition & 1 deletion restore.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& '%~dp0eng\common\Build.ps1' -restore %*"
powershell -ExecutionPolicy ByPass -NoProfile -command "& '%~dp0eng\common\build.ps1' -restore %*"
exit /b %ErrorLevel%
2 changes: 1 addition & 1 deletion test.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& '%~dp0eng\common\Build.ps1' -test %*"
powershell -ExecutionPolicy ByPass -NoProfile -command "& '%~dp0eng\common\build.ps1' -test %*"
exit /b %ErrorLevel%

0 comments on commit 52d53b8

Please sign in to comment.