Skip to content

Commit 6b57fa0

Browse files
Update source-build prebuilt baseline (#4503)
1 parent e6ea41a commit 6b57fa0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CODEOWNERS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ PublicAPI.Unshipped.txt @nohwnd @MarcoRossignoli
99
TelemetryDataConstants.cs @cvpoienaru @nohwnd
1010

1111
# Changes here might break our contracts with other adapters, and possibly
12-
# Visual Studio.
13-
/src/Microsoft.TestPlatform.AdapterUtilities/ @haplois @Evangelink
14-
/test/Microsoft.TestPlatform.AdapterUtilities.UnitTests/ @haplois @Evangelink
12+
# Visual Studio.
13+
/src/Microsoft.TestPlatform.AdapterUtilities/ @haplois @Evangelink
14+
/test/Microsoft.TestPlatform.AdapterUtilities.UnitTests/ @haplois @Evangelink
15+
16+
/src/eng/SourceBuild* @dotnet/source-build-internal

eng/SourceBuild.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
2+
13
<Project>
24

35
<PropertyGroup>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
2+
<!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
3+
14
<UsageData>
25
<IgnorePatterns>
36
<UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*/*" />
4-
<UsagePattern IdentityGlob="Microsoft.Extensions.DependencyModel/3.0.0" />
5-
<UsagePattern IdentityGlob="System.Text.Json/4.6.0" />
67
</IgnorePatterns>
78
</UsageData>

0 commit comments

Comments
 (0)