Merge in 'release/7.0.1xx' changes
This commit is contained in:
commit
f4947ac8e4
2 changed files with 7 additions and 2 deletions
|
@ -5,4 +5,8 @@
|
||||||
cd $(realpath ..)/dotnet-source/
|
cd $(realpath ..)/dotnet-source/
|
||||||
|
|
||||||
./prep.sh
|
./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
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
|
|
||||||
# Snaps
|
# Snaps
|
||||||
|
|
||||||
|
/.devcontainer/ @dotnet/source-build-internal
|
||||||
/src/snaps/ @rbhanda
|
/src/snaps/ @rbhanda
|
||||||
/src/SourceBuild/ @dotnet/source-build-internal
|
/src/SourceBuild/ @dotnet/source-build-internal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue