Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build.cmd - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 615bef6c65b576d088306ac7c96c4d6b77bd3455 (plain)
1
2
3
4
5
6
7
8
@echo off
setlocal

set _args=%*
if "%~1"=="-?" set _args=-help

powershell -ExecutionPolicy ByPass -NoProfile -Command "%~dp0eng\build.ps1" %_args%
exit /b %ERRORLEVEL%