dotnet-monitor/Build.cmd

4 строки
127 B
Batchfile

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