diagnostics/Build.cmd

4 строки
134 B
Batchfile

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