razor-tooling/build.ps1

10 строки
232 B
PowerShell
Исходник Обычный вид История

2021-11-22 22:25:37 +03:00
& $PSScriptRoot\eng\common\Build.ps1 -restore -build -test -pack $args
2021-11-22 22:25:37 +03:00
function ExitWithExitCode([int] $exitCode) {
if ($ci -and $prepareMachine) {
Stop-Processes
}
exit $exitCode
}
ExitWithExitCode $LASTEXITCODE