Browse files

Return the error code from build.cmd

  • Loading branch information...
1 parent d4e20ae commit 0182e4194fc0690905c465f1ab4962bb0ec334b4 @victorhurdugaci victorhurdugaci committed Feb 28, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 build.cmd
View
2 build.cmd
@@ -1,2 +1,2 @@
@ECHO OFF
-PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' %*"
+PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' %*; exit $LASTEXITCODE"

0 comments on commit 0182e41

Please sign in to comment.