From 22e398947a972cc79af595cc52310704fb52a003 Mon Sep 17 00:00:00 2001 From: ShunXian Cai Date: Mon, 19 Mar 2018 15:59:41 -0700 Subject: [PATCH] formatting --- lib/templates/deploy.batch.prefix.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/templates/deploy.batch.prefix.template b/lib/templates/deploy.batch.prefix.template index e789fea..4d5f11d 100644 --- a/lib/templates/deploy.batch.prefix.template +++ b/lib/templates/deploy.batch.prefix.template @@ -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%. @@ -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%" \ No newline at end of file