-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "cache add" functionality to project caching - Attempt 2 (#9214)
* Revert "Revert 'Add "cache add" functionality to project caching' (#9188)" This reverts commit 3c910ba. * Add pkgdef entries to redirect to BXL stuff * Add missing files to binding redirects/swr * Avoid BuildXL assembly load when not opted in * Another attempt at avoiding BuildXL assembly load * Remove IBuildParameters implementation * Revert "Another attempt at avoiding BuildXL assembly load" This reverts commit 180ff51. * Make EnableDetouredNodeLauncher non-inlinable * Add Dependency(LoadHint.Sometimes) for BuildXL assemblies * [Experiment] Remove types that implement BuildXL interfaces * Revert "[Experiment] Remove types that implement BuildXL interfaces" This reverts commit 79ad288. * Remove unused EnvironmentalBuildParameters * Explicitly NGEN new dependencies * Revert "Explicitly NGEN new dependencies" This reverts commit 70b4bcf. * Fix System.Threading.Channels public key token --------- Co-authored-by: Rainer Sigwald <raines@microsoft.com> Co-authored-by: Ladi Prosek <laprosek@microsoft.com>
- Loading branch information
1 parent
74f7ebb
commit 60ae06f
Showing
79 changed files
with
2,658 additions
and
54 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,9 +1,11 @@ | ||
<Project> | ||
<ItemGroup> | ||
<ItemsToSign Include="$(VisualStudioSetupInsertionPath)Microsoft.Build.UnGAC.exe" /> | ||
|
||
<FileSignInfo Include="RuntimeContracts.dll" CertificateName="3PartySHA2" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<UseDotNetCertificate>true</UseDotNetCertificate> | ||
</PropertyGroup> | ||
</Project> | ||
</Project> |
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 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
Oops, something went wrong.