2022-07-12 17:33:54 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
./.devcontainer/source-build-scripts/createTarball.sh
|
|
|
|
|
|
|
|
cd $(realpath ..)/dotnet-source/
|
|
|
|
|
|
|
|
./prep.sh
|
2022-09-20 20:55:58 +00:00
|
|
|
|
|
|
|
# GitHub Codespaces automatically sets RepositoryName, which conflicts with source-build scripts.
|
|
|
|
unset RepositoryName
|
|
|
|
|
|
|
|
./build.sh --online --clean-while-building || true
|