Skip to content

Commit

Permalink
enabled project building during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel committed Nov 14, 2018
1 parent 31d7655 commit 4bfd5d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ $projectbuilt = Invoke-Expression $("MSBuild.exe '" + $projectfile + "' -nologo

if ($LASTEXITCODE -ne 0)
{
#Write-Host "build failed! get it compiling in visual studio before continuing."
#Write-Host "script stopped."
#Exit
Write-Host "build failed! get it compiling in visual studio before continuing."
Write-Host "script stopped."
Exit
}
Write-Host "build succeeded."

Expand Down

0 comments on commit 4bfd5d3

Please sign in to comment.