We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55863c8 commit f676b45Copy full SHA for f676b45
1 file changed
build.cmd
@@ -3,3 +3,4 @@ cd %~dp0
3
4
@ECHO OFF
5
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& {Import-Module '.\tools\psake\psake.psm1'; invoke-psake .\build.ps1 %*; if ($lastexitcode -ne 0) {write-host "ERROR: $lastexitcode" -fore RED; exit $lastexitcode} }"
6
+
0 commit comments