[release/7.0.1xx] Fix GitHub Codespaces source-build prebuild (#14554)

* Unset RepositoryName in Codespaces script

* Add devcontainer config to CODEOWNERS
This commit is contained in:
Logan Bussell 2022-09-20 13:55:58 -07:00 committed by GitHub
parent 0c5c5d3bc4
commit 585d4d01cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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