2023-06-01 19:01:35 +00:00
|
|
|
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
|
|
|
|
<!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
|
|
|
|
|
2021-04-16 14:35:26 +00:00
|
|
|
<UsageData>
|
|
|
|
<IgnorePatterns>
|
2023-05-03 22:20:59 +00:00
|
|
|
<!--
|
|
|
|
Temporary exclusion for NuGet packages, since NuGet is not producing source-build intermediate package,
|
|
|
|
see: https://github.com/NuGet/Home/issues/11059
|
|
|
|
-->
|
2023-06-01 19:01:35 +00:00
|
|
|
<UsagePattern IdentityGlob="NuGet.*/*" />
|
2023-05-03 22:20:59 +00:00
|
|
|
|
|
|
|
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
|
2023-10-03 18:53:22 +00:00
|
|
|
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*9.0.*" />
|
2021-04-16 14:35:26 +00:00
|
|
|
</IgnorePatterns>
|
|
|
|
</UsageData>
|