We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a06a7 commit f12dfa4Copy full SHA for f12dfa4
1 file changed
deploy.cmd
@@ -94,7 +94,7 @@ IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
94
95
:: Post deployment stub
96
97
-@powershell -Command "& { Set-ExecutionPolicy RemoteSigned -Scope Process; . %DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1 }"
+@powershell -Command "& { Set-ExecutionPolicy RemoteSigned -Scope Process; . %DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1 %SCM_COMMIT_ID% }"
98
99
IF !ERRORLEVEL! NEQ 0 goto error
100
0 commit comments