Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
watashiSHUN committed Mar 19, 2018
1 parent 537e938 commit 22e3989
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/templates/deploy.batch.prefix.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ IF %ERRORLEVEL% NEQ 0 (
setlocal enabledelayedexpansion

SET ARTIFACTS=%~dp0%..\artifacts
SET NUGETRESTORE=nuget restore -NonInteractive -MSBuildPath "%MSBUILD_15_DIR%"

IF NOT DEFINED DEPLOYMENT_SOURCE (
SET DEPLOYMENT_SOURCE=%~dp0%.
Expand All @@ -47,5 +48,3 @@ IF NOT DEFINED KUDU_SYNC_CMD (
:: Locally just running "kuduSync" would also work
SET KUDU_SYNC_CMD=%appdata%\npm\kuduSync.cmd
)

SET NUGETRESTORE=nuget restore -NonInteractive -MSBuildPath "%MSBUILD_15_DIR%"

0 comments on commit 22e3989

Please sign in to comment.