Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
1 capture
22 Mar 2019
FebMARApr
Previous capture22Next capture
201820192020
success
fail
COLLECTED BY
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20190322030912/https://github.com/dotnet/coreclr/blob/master/dotnet.cmd
Skip to content
Sign in Sign up

/coreclr

Permalink

Join GitHub today

GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.

Sign up
Branch:master
coreclr/dotnet.cmd
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
32 lines (24 sloc) 771 Bytes
@ifnot defined _echo@echooff
setlocal
set"__ProjectDir=%~dp0"
:: Clear the 'Platform' env variable for this session, as it's a per-project setting within the build, and
:: misleading value (such as 'MCD' in HP PCs) may lead to build breakage (issue: #69).
setPlatform=
set__ProjectDir=
:: Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism
setDOTNET_MULTILEVEL_LOOKUP=0
:: Disable first run since we do not need all ASP.NET packages restored.
setDOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
:: Restore the Tools directory
call %~dp0init-tools.cmd
ifNOT [%ERRORLEVEL%]==[0] (
exit /b1
)
pushd %~dp0
echo Running: dotnet %*
call"%~dp0\.dotnet\dotnet.exe" %*
popd
ifNOT [%ERRORLEVEL%]==[0] (
exit /b1
)
exit /b0
You can’t perform that action at this time.

[8]ページ先頭

©2009-2025 Movatter.jp