dotnet-installer/eng/common/build.cmd

4 lines
114 B
Batchfile
Raw Normal View History

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