8000 Remove unnecessary DotNetBuild.props files and update codeowners (#309) · dotnet/dotnet@6f266c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f266c2

Browse files
authored
Remove unnecessary DotNetBuild.props files and update codeowners (#309)
1 parent 64ff55b commit 6f266c2

File tree

24 files changed

+2
-177
lines changed

24 files changed

+2
-177
lines changed

repo-projects/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
129129
<CommonArgs>$(CommonArgs) /p:SourceBuiltAssetsDir=$(ArtifactsAssetsDir)</CommonArgs>
130130
<CommonArgs>$(CommonArgs) /p:SourceBuiltAssetManifestsDir=$(RepoAssetManifestsDir)</CommonArgs>
131131

132+
<CommonArgs>$(CommonArgs) /p:GitHubRepositoryName=$(RepositoryName)</CommonArgs>
133+
132134
<!-- PGO assets by default are "Vertical" visibilty. Each repo will enable the specific artifacts it must publish externally -->
133135
<DefaultArtifactVisibility Condition="'$(PgoInstrument)' == 'true'">Vertical</DefaultArtifactVisibility>
134136
<!-- ShortStack builds only publish new assets from the root repository. All other assets are duplicates. -->

src/arcade/eng/DotNetBuild.props

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/aspire/eng/DotNetBuild.props

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/aspnetcore/.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
/eng/ @dotnet/aspnet-build @wtgodbe
1515
/eng/Versions.props @dotnet/aspnet-build @wtgodbe
1616
/eng/Version.Details.xml @dotnet/aspnet-build @wtgodbe
17-
/eng/SourceBuild* @dotnet/source-build
1817
/src/Caching/ @captainsafia @halter73 @mgravell
1918
/src/Components/ @dotnet/aspnet-blazor-eng
2019
/src/DefaultBuilder/ @halter73

src/cecil/eng/DotNetBuild.props

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/deployment-tools/.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@
88

99
# Releases library
1010
/src/Microsoft.Deployment.DotNet.Releases @joeloff
11-
12-
# Infra
13-
/eng/DotNetBuild.props @dotnet/source-build @dotnet/product-construction

src/deployment-tools/eng/DotNetBuild.props

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/diagnostics/.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@
77
# have proper ownership.
88
/src/ @dotnet/dotnet-diag
99
/documentation/ @dotnet/dotnet-diag
10-
/eng/DotNetBuild.props @dotnet/product-construction
11-
/eng/SourceBuildPrebuiltBaseline.xml @dotnet/source-build

src/diagnostics/eng/DotNetBuild.props

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/efcore/eng/DotNetBuild.props

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0