SourceBuildPrebuiltBaseline.xml 1.6 KB

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