Skip to content

Commit

Permalink
Run restore and create build log by default from build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Feb 9, 2018
1 parent 195044c commit aa25ff0
Showing 1 changed file with 1 addition and 1 deletion.
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 -NoLogo -NoProfile -ExecutionPolicy ByPass %~dp0build\build.ps1 -build %*
powershell -NoLogo -NoProfile -ExecutionPolicy ByPass %~dp0build\build.ps1 -build -restore -log %*
exit /b %ErrorLevel%

0 comments on commit aa25ff0

Please sign in to comment.