-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable prebuilt detection - Add some missing depenencies with source-build tags - Update baseline - Remove some unused NuGet properties - Remove old source build workaround - Remove explicit reference to Microbuild.Core - Pass DotNetBuildFromSource to the repo tasks inner build environment
- Loading branch information
Showing
8 changed files
with
86 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,27 @@ | ||
<UsageData> | ||
<IgnorePatterns> | ||
<UsagePattern IdentityGlob="*/*" /> | ||
<UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*/*" /> | ||
|
||
<!-- These are used in-build for repo-tasks and should come from previously source built --> | ||
<UsagePattern IdentityGlob="NuGet.Common/*6.2.2*" /> | ||
<UsagePattern IdentityGlob="NuGet.Configuration/*6.2.2*" /> | ||
<UsagePattern IdentityGlob="NuGet.Frameworks/*6.2.2*" /> | ||
<UsagePattern IdentityGlob="NuGet.Packaging/*6.2.2*" /> | ||
<UsagePattern IdentityGlob="NuGet.Versioning/*6.2.2*" /> | ||
|
||
<!-- These are what the analyzers are built against. They are overridden in full source build. | ||
It may be possible to generate SBRPs --> | ||
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*2.9.4*" /> | ||
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" /> | ||
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Common/*3.3.1*" /> | ||
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp/*3.3.1*" /> | ||
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.Workspaces/*3.3.1*" /> | ||
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" /> | ||
<UsagePattern IdentityGlob="System.Composition/*1.0.31*" /> | ||
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" /> | ||
|
||
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. --> | ||
<UsagePattern IdentityGlob="Microsoft.NET.ILLink.Tasks/*8.0.*" /> | ||
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*8.0.*" /> | ||
</IgnorePatterns> | ||
</UsageData> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters