Skip to content

Commit 68a9433

Browse files
Tyler CarlsonTyler Carlson
authored andcommitted
Build Push Nuget
1 parent f676b45 commit 68a9433

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
cd %~dp0
33

44
@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-
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} }"

0 commit comments

Comments
 (0)