Skip to content

Commit

Permalink
Merged PR 43043: [internal/release/8.0.1xx] Updated SourceBuildPrebui…
Browse files Browse the repository at this point in the history
…ltBaseline.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.
  • Loading branch information
vseanreesermsft committed Sep 20, 2024
1 parent fe5161d commit e95e057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@

<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*8.0.*" />

<UsagePattern IdentityGlob="System.Reflection.Metadata/*8.0.0*" />
</IgnorePatterns>
</UsageData>

0 comments on commit e95e057

Please sign in to comment.