Skip to content

Commit ae79890

Browse files
authored
Remove prep-source-build.sh invocation from vmr devcontainer config (#44548)
1 parent b70468e commit ae79890

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/vmr/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ vmr_branch=$(git -C "$sdk_dir" log --pretty=format:'%D' HEAD^ \
2727

2828
"$workspace_dir/synchronize-vmr.sh" --branch "$vmr_branch" --debug
2929

30-
(cd "$vmr_dir" && ./prep-source-build.sh)
30+
cd "$vmr_dir"

CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@
102102
/test/dotnet-format.Tests @dotnet/roslyn-ide
103103

104104
# Area: VMR & SourceBuild
105-
/.devcontainer/ @dotnet/source-build
105+
/.devcontainer/ @dotnet/source-build @dotnet/product-construction
106106
/eng/pipelines/ @dotnet/source-build @dotnet/product-construction
107+
/eng/DotNetBuild.props @dotnet/source-build @dotnet/product-construction
107108
/eng/SourceBuild* @dotnet/source-build
108109
/src/SourceBuild/ @dotnet/source-build @dotnet/product-construction
109110
/src/VirtualMonoRepo/ @dotnet/product-construction

0 commit comments

Comments
 (0)