Skip to content

Commit

Permalink
Update deploy.questions.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu-MSFT authored Apr 1, 2020
1 parent 2d84683 commit 9ecef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.questions.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ echo Temp %DEPLOYMENT_TEMP%
echo Target %DEPLOYMENT_TARGET%
echo manifest path %NEXT_MANIFEST_PATH%

call :ExecuteCmd "%KUDU_SYNC_CMD%" -v 50 -f "%DEPLOYMENT_TEMP%" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd"
call :ExecuteCmd "%KUDU_SYNC_CMD%" -v 50 -f "%DEPLOYMENT_SOURCE%\Source\QuestionsTabApp\wwwroot" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd"
IF !ERRORLEVEL! NEQ 0 goto error

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Expand Down

0 comments on commit 9ecef8e

Please sign in to comment.