Skip to content

Commit e95e057

Browse files
Merged PR 43043: [internal/release/8.0.1xx] Updated SourceBuildPrebuiltBaseline.xml - add System.Reflection.Metadata 8.0.0
Updated SourceBuildPrebuiltBaseline.xml - add - System.Reflection.Metadata 8.0.0 ---- #### AI description (iteration 1) #### PR Classification Configuration update. #### PR Summary This pull request updates the `SourceBuildPrebuiltBaseline.xml` to include a new usage pattern for `System.Reflection.Metadata` version 8.0.0. - `eng/SourceBuildPrebuiltBaseline.xml`: Added `System.Reflection.Metadata/*8.0.0*` to the ignore patterns.
1 parent fe5161d commit e95e057

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313

1414
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
1515
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*8.0.*" />
16+
17+
<UsagePattern IdentityGlob="System.Reflection.Metadata/*8.0.0*" />
1618
</IgnorePatterns>
1719
</UsageData>

0 commit comments

Comments
 (0)