dotnet-installer/build.cmd
2018-10-22 18:53:12 -07:00

3 lines
149 B
Batchfile

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