dotnet-installer/eng/common/PublishBuildAssets.cmd
dotnet-maestro[bot] 739fd1e904 Update dependencies from https://github.com/dotnet/arcade build 20190117.6 (#306)
This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19067.6
2019-01-18 10:07:16 -08:00

3 lines
186 B
Batchfile

@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0sdk-task.ps1""" -msbuildEngine dotnet -restore -projects PublishBuildAssets.proj -ci %*"
exit /b %ErrorLevel%