-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy pathSourceBuildPrebuiltBaseline.xml
More file actions
38 lines (31 loc) · 2.23 KB
/
Copy pathSourceBuildPrebuiltBaseline.xml
File metadata and controls
38 lines (31 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!-- Whenever altering this or other SourceBuild* 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. -->
<UsageData>
<IgnorePatterns>
<UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*" />
<!-- Allowed due to https://github.com/dotnet/source-build-reference-packages/pull/721 -->
<UsagePattern IdentityGlob="System.Composition*/*6.*" />
<UsagePattern IdentityGlob="System.Composition*/*7.*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.4.*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.5.*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.7.*" />
<!-- Allowed and pinned to major version due to https://github.com/dotnet/source-build/issues/3228 -->
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*8.*" />
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Runtime.linux-x64/*8.*" />
<UsagePattern IdentityGlob="*Microsoft.DotNet.ILCompiler/*8.*" />
<!-- This version is brought in transitively from NuGet.Packaging.6.2.4.
Once a newer version of NuGet.Packaging is referenced which has a
dependency on 13.0.3, this can be removed. -->
<UsagePattern IdentityGlob="Newtonsoft.Json/13.0.1" />
<!-- Will be removed once https://github.com/NuGet/Home/issues/11059 is resolved -->
<UsagePattern IdentityGlob="Nuget.*/*" />
<!-- Analyzers cannot be SBRPed + an older release version is being used, meaning there is no intermediate for it
In full source build, this version is overridden by previous repo outputs or come from previously source-built artifacts. -->
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*" />
<!-- Transitive msbuild dependencies that when build in product source-build, latest/n-1 is used -->
<UsagePattern IdentityGlob="System.Configuration.ConfigurationManager*/*7.0.*" />
<UsagePattern IdentityGlob="System.Diagnostics.EventLog*/*7.0.*" />
<UsagePattern IdentityGlob="System.Reflection.MetadataLoadContext*/*7.0.*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData*/*7.0.*" />
</IgnorePatterns>
</UsageData>