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 46539ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 @@ -46,6 +47,4 @@ 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 46539ce

Please sign in to comment.