SourceBuildPrebuiltBaseline.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233
  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. <UsageData>
  4. <IgnorePatterns>
  5. <UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*/*" />
  6. <!-- These are used in-build for repo-tasks and should come from previously source built -->
  7. <UsagePattern IdentityGlob="NuGet.Common/*6.2.4*" />
  8. <UsagePattern IdentityGlob="NuGet.Configuration/*6.2.4*" />
  9. <UsagePattern IdentityGlob="NuGet.Frameworks/*6.2.4*" />
  10. <UsagePattern IdentityGlob="NuGet.Packaging/*6.2.4*" />
  11. <UsagePattern IdentityGlob="NuGet.Versioning/*6.2.4*" />
  12. <!-- These are what the analyzers are built against. They are overridden in full source build.
  13. It may be possible to generate SBRPs -->
  14. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*2.9.4*" />
  15. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" />
  16. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Common/*3.3.1*" />
  17. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp/*3.3.1*" />
  18. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.Workspaces/*3.3.1*" />
  19. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
  20. <UsagePattern IdentityGlob="System.Composition/*1.0.31*" />
  21. <UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />
  22. <!-- Added to unblock dependency flow, needs review. -->
  23. <UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*6.0.0*" />
  24. <!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
  25. <UsagePattern IdentityGlob="Microsoft.NET.ILLink.Tasks/*8.0.*" />
  26. <UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*8.0.*" />
  27. </IgnorePatterns>
  28. </UsageData>