dotnet-installer/eng/common/init-tools-native.cmd

3 lines
133 B
Batchfile
Raw Normal View History

2018-10-22 05:07:26 +00:00
@echo off
powershell -NoProfile -NoLogo -ExecutionPolicy ByPass -command "& """%~dp0init-tools-native.ps1""" %*"
exit /b %ErrorLevel%