We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ec26d commit 86c3a28Copy full SHA for 86c3a28
1 file changed
deploy.cmd
@@ -94,7 +94,7 @@ IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
94
95
:: Post deployment stub
96
97
-call "%DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1"
+call "PS %DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1"
98
IF !ERRORLEVEL! NEQ 0 goto error
99
100
goto end
0 commit comments