FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
runtime/.devcontainer/scripts/postCreateCommand.sh at main · dotnet/runtime · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.2k
Code
Issues
5k+
Pull requests
541
Discussions
Actions
Projects
Security and quality
67
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
runtime
/
.devcontainer
/
scripts
/
postCreateCommand.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
14 lines (11 loc) · 425 Bytes
Breadcrumbs
runtime
/
.devcontainer
/
scripts
/
postCreateCommand.sh
Copy path
File metadata and controls
executable file
·
14 lines (11 loc) · 425 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!
/usr/bin/env bash
set
-e
opt=
$1
case
"
$opt
"
in
android)
#
Create the Android emulator.
${ANDROID_SDK_ROOT}
/cmdline-tools/cmdline-tools/bin/avdmanager -s create avd --name
${EMULATOR_NAME_X64}
--package
"
system-images;android-
${SDK_API_LEVEL}
;default;x86_64
"
;;
esac
#
reset the repo to the commit hash that was used to build the prebuilt Codespace
git reset --hard
$(
cat ./artifacts/prebuild.sha
)
Back
|
FazBrowse Home
|
New Git URL