dotnet-installer/eng/common/PublishBuildAssets.cmd

4 lines
235 B
Batchfile
Raw Normal View History

2018-10-22 05:07:26 +00:00
@echo off
2018-12-19 20:55:42 +00:00
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -msbuildEngine dotnet -restore -execute -binaryLog /p:PublishBuildAssets=true /p:SdkTaskProjects=PublishBuildAssets.proj %*"
2018-10-22 05:07:26 +00:00
exit /b %ErrorLevel%