dotnet-installer/eng/common/init-tools-native.cmd
dotnet-maestro[bot] a45fa0afbe
Update dependencies from https://github.com/dotnet/arcade build 20200424.11 (#7336)
- Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20224.2 -> 5.0.0-beta.20224.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-28 13:18:29 +00:00

3 lines
No EOL
133 B
Batchfile

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