We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76eb510 commit d55c8e0Copy full SHA for d55c8e0
1 file changed
deploy.cmd
@@ -96,7 +96,7 @@ IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
96
IF DEFINED POST_DEPLOYMENT_ACTION call "%POST_DEPLOYMENT_ACTION%"
97
IF !ERRORLEVEL! NEQ 0 goto error
98
99
-call "@powershell %DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1"
+call "%DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1"
100
101
102
goto end
0 commit comments