dotnet-installer/eng/common/CIBuild.cmd
2018-10-21 22:07:26 -07:00

3 lines
161 B
Batchfile

@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*"
exit /b %ErrorLevel%