Browse Source

remove non-existing switch "-all" and "-nobuild" from restore.cmd when calling arcade ".\eng\common\Build.ps1" (#360)

pull/365/head
TeBeCo 6 years ago
committed by GitHub
parent
commit
8429c368bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      restore.cmd

2
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"
PowerShell -NoProfile -NoLogo -ExecutionPolicy ByPass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0eng\common\Build.ps1' -restore %*; exit $LASTEXITCODE"
Loading…
Cancel
Save