Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
2 captures
22 Mar 2019 - 12 Dec 2022
FebMARDec
Previous capture22Next capture
201820192022
success
fail
COLLECTED BY
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20190322140916/https://github.com/dotnet/coreclr/blob/master/dotnet.sh
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.sh
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
executable file 26 lines (18 sloc) 657 Bytes
#!/usr/bin/env bash
working_tree_root="$(cd"$( dirname"${BASH_SOURCE[0]}")"&&pwd)"
# Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism
export DOTNET_MULTILEVEL_LOOKUP=0
# Disable first run since we want to control all package sources
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
echo"Running init-tools.sh"
source$working_tree_root/init-tools.sh
dotnet=$working_tree_root/.dotnet/dotnet
echo"Running:$dotnet$@"
$dotnet"$@"
if [$?-ne 0 ]
then
echo"ERROR: An error occurred in$dotnet$@. Check logs under$working_tree_root."
exit 1
fi
echo"Command successfully completed."
exit 0
You can’t perform that action at this time.

[8]ページ先頭

©2009-2025 Movatter.jp