зеркало из https://github.com/dotnet/aspnetcore.git
7 строки
364 B
Batchfile
7 строки
364 B
Batchfile
@ECHO OFF
|
|
SETLOCAL
|
|
PowerShell -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; try { & '%~dp0build.ps1' %*; exit $LASTEXITCODE } catch { write-host $_; exit 1 }"
|
|
SET exit_code=%ERRORLEVEL%
|
|
ECHO build.cmd completed
|
|
EXIT /b %exit_code%
|