From 0704c06de1d1952f04adbf3a6742664682c54831 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Wed, 8 Apr 2020 18:05:31 -0700 Subject: [PATCH] Fix restore.cmd --- restore.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.cmd b/restore.cmd index 03315aa1..651bd792 100644 --- a/restore.cmd +++ b/restore.cmd @@ -1,3 +1,3 @@ @ECHO OFF SETLOCAL -PowerShell -NoProfile -NoLogo -ExecutionPolicy ByPass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' -all -nobuild -restore %*; exit $LASTEXITCODE" \ No newline at end of file +PowerShell -NoProfile -NoLogo -ExecutionPolicy ByPass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0eng\common\Build.ps1' -all -nobuild -restore %*; exit $LASTEXITCODE" \ No newline at end of file