Skip to content

Commit f12dfa4

Browse files
committed
updating CMD script
1 parent f1a06a7 commit f12dfa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
9494

9595
:: Post deployment stub
9696

97-
@powershell -Command "& { Set-ExecutionPolicy RemoteSigned -Scope Process; . %DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1 }"
97+
@powershell -Command "& { Set-ExecutionPolicy RemoteSigned -Scope Process; . %DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1 %SCM_COMMIT_ID% }"
9898

9999
IF !ERRORLEVEL! NEQ 0 goto error
100100

0 commit comments

Comments
 (0)