Skip to content

Commit

Permalink
Update deploy.dashboard.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu-MSFT authored Apr 1, 2020
1 parent 59b1d37 commit 7202540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.dashboard.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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\DashboardTabApp\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 7202540

Please sign in to comment.