Merge in 'release/7.0.1xx' changes

This commit is contained in:
dotnet-bot 2022-09-20 21:08:01 +00:00
commit f4947ac8e4
2 changed files with 7 additions and 2 deletions

View file

@ -5,4 +5,8 @@
cd $(realpath ..)/dotnet-source/
./prep.sh
./build.sh --online --clean-while-building || true
# GitHub Codespaces automatically sets RepositoryName, which conflicts with source-build scripts.
unset RepositoryName
./build.sh --online --clean-while-building || true

View file

@ -3,5 +3,6 @@
# Snaps
/.devcontainer/ @dotnet/source-build-internal
/src/snaps/ @rbhanda
/src/SourceBuild/ @dotnet/source-build-internal
/src/SourceBuild/ @dotnet/source-build-internal