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

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

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

"%~dp0build.cmd" %_args%