зеркало из https://github.com/dotnet/aspnetcore.git
4 строки
279 B
Batchfile
4 строки
279 B
Batchfile
@ECHO OFF
|
|
SETLOCAL
|
|
PowerShell -NoProfile -NoLogo -ExecutionPolicy ByPass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0\eng\build.ps1' -all -nobuild -restore %*; exit $LASTEXITCODE"
|