![dotnet-maestro[bot]](/assets/img/avatar_default.png)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19067.6
3 lines
186 B
Batchfile
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%
|