dotnet-monitor/Build.cmd

4 строки
127 B
Batchfile
Исходник Постоянная ссылка Обычный вид История

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