[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:
parent
0c5c5d3bc4
commit
585d4d01cc
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue