Update UsagePattern IdentityGlob with wildcard for versioning (#19916)

This commit is contained in:
Marc Paine 2024-06-18 13:25:01 -07:00 committed by GitHub
commit af35138d39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,8 @@
<UsagePattern IdentityGlob="NuGet.*/*" />
<!-- These MSBuild packages are allowed for installer repo build. The live version will be flowed in for the VMR build. -->
<UsagePattern IdentityGlob="Microsoft.Build*/17.11.0-preview-24314-04" />
<UsagePattern IdentityGlob="Microsoft.NET.StringTools/17.11.0-preview-24314-04" />
<UsagePattern IdentityGlob="Microsoft.Build*/17.11.0-preview-*" />
<UsagePattern IdentityGlob="Microsoft.NET.StringTools/17.11.0-preview-*" />
<!-- 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.*" />