From 8429c368bc5d29c0ab5e855e145e7f286bc5126b Mon Sep 17 00:00:00 2001 From: TeBeCo Date: Mon, 13 Apr 2020 21:11:26 +0200 Subject: [PATCH] remove non-existing switch "-all" and "-nobuild" from restore.cmd when calling arcade ".\eng\common\Build.ps1" (#360) --- restore.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.cmd b/restore.cmd index 651bd792e..24023f8e4 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 = '';& '%~dp0eng\common\Build.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' -restore %*; exit $LASTEXITCODE" \ No newline at end of file