diff --git a/CODEOWNERS b/CODEOWNERS index 22fd91a945cb..1272a3799109 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,6 +2,7 @@ # See https://help.github.com/articles/about-code-owners/ /.devcontainer/ @dotnet/source-build-internal +/eng/SourceBuild* @dotnet/source-build-internal /src/snaps/ @rbhanda /src/SourceBuild/ @dotnet/source-build-internal /src/VirtualMonoRepo/ @dotnet/product-construction diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props index 5f49a568806b..87224ebefacc 100644 --- a/eng/SourceBuild.props +++ b/eng/SourceBuild.props @@ -1,3 +1,5 @@ + + diff --git a/eng/SourceBuildPrebuiltBaseline.xml b/eng/SourceBuildPrebuiltBaseline.xml index 3c67bed75c41..ee09742d35f2 100644 --- a/eng/SourceBuildPrebuiltBaseline.xml +++ b/eng/SourceBuildPrebuiltBaseline.xml @@ -1,3 +1,6 @@ + + + @@ -5,19 +8,8 @@ - - - - - - - - - + diff --git a/eng/Versions.props b/eng/Versions.props index 5c8342aa5914..d189498d9ae3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -120,7 +120,7 @@ - 5.8.0 + 6.7.0-preview.2.51 diff --git a/src/SourceBuild/content/repo-projects/installer.proj b/src/SourceBuild/content/repo-projects/installer.proj index b368b83ecddc..8e4875fa8218 100644 --- a/src/SourceBuild/content/repo-projects/installer.proj +++ b/src/SourceBuild/content/repo-projects/installer.proj @@ -43,6 +43,8 @@ $(StandardSourceBuildCommand) $(BuildCommandArgs) + DependenciesOnly + CS9057 diff --git a/src/core-sdk-tasks/core-sdk-tasks.csproj b/src/core-sdk-tasks/core-sdk-tasks.csproj index 5ad1f11af317..b90bc55a96b0 100644 --- a/src/core-sdk-tasks/core-sdk-tasks.csproj +++ b/src/core-sdk-tasks/core-sdk-tasks.csproj @@ -12,8 +12,8 @@ - - + +