dotnet-installer/eng/common/build.cmd
dotnet-maestro[bot] dac1a0f786
[main] Update dependencies from dotnet/arcade (#18002)
[main] Update dependencies from dotnet/arcade
2023-12-19 21:23:52 +00:00

3 lines
114 B
Batchfile

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