roslyn-sdk/eng/PRBuild.cmd

3 строки
129 B
Batchfile

@echo off
powershell -ExecutionPolicy ByPass -command "& """%~dp0common\Build.ps1""" -restore -build -ci %*"
exit /b %ErrorLevel%