projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'main' of /home/tlakollo/Consolidation/linker
[platform/upstream/dotnet/runtime.git]
/
build.cmd
1
@echo off
2
setlocal
3
4
set _args=%*
5
if "%~1"=="-?" set _args=-help
6
if "%~1"=="/?" set _args=-help
7
8
powershell -ExecutionPolicy ByPass -NoProfile -Command "& '%~dp0eng\build.ps1'" %_args%
9
exit /b %ERRORLEVEL%