From 46539ce70e6b860efee76854bbbccbba47cef9a5 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/templates/deploy.batch.prefix.template b/lib/templates/deploy.batch.prefix.template index e789fea..76a79ff 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%. @@ -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%" \ No newline at end of file +) \ No newline at end of file