dotnet-installer/.devcontainer/source-build-scripts/buildTarball.sh

13 lines
292 B
Bash
Raw Normal View History

#!/usr/bin/env bash
./.devcontainer/source-build-scripts/createTarball.sh
cd $(realpath ..)/dotnet-source/
./prep.sh
# GitHub Codespaces automatically sets RepositoryName, which conflicts with source-build scripts.
unset RepositoryName
./build.sh --online --clean-while-building || true