mirror of https://github.com/dotnet/tye.git
committed by
GitHub
1 changed files with 1 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||||
@ECHO OFF |
@ECHO OFF |
||||
SETLOCAL |
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…
Reference in new issue