-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Preview4 and include Tier3 repos (#1621)
* Update to preview4 shas * Reconcile patches with version updates * Update arcade version and runtime build commands * Add buildtools to runtime build * Update to preview4 shas * Reconcile patches with version updates * Add path to ilasm to libraries and installer build and capture clrtools from either portable or non-portable builds * Fix UpdatePackageIndex UsingTask * Fix subsets for installer * Add patches for runtime and nuget-client * Remove unneeded patches for aspnetcore-tooling * Missed change in rebase * Update SDK version * Build through aspnetcore-tooling * Add netcoreapp5.0 assets to libraries packages * Don't remove Arcade from restored pkgs cache * Pickup renamed ILLink.Tasks in runtime * Re-add arcade patch for tarball build * Re-enable building source-built-artifacts tarball * Update online baseline * Remove pacakge-source-build until sdk is building * Set PVP Env Variable for all repos * Set UseStableVersions to false * Upgrade Roslyn to netcoreapp5.0. * Update previously-source-built packages to a 3.1+5.0 bootstrap archive. * Add patch to use MS.Private.CoreFX.NetCoreApp as netcoreapp3.1 in runtime since that's all previously-source-built supports. * Update patches to build through sdk * Updates for vstest * Update fsharp project * Include Tier 4 repos * Update prebuilt baseline * Add and build cosolidated installer project from cli, toolset and core-sdk * Add patch to update roslyn build path to netcoreapp5.0 * Update smoke-test for 5.0 * Experimental patch for AspNetCore-Tooling. * Upgrade ref packages and previously-source-built packages. * Update SBRP version * Experimental - try live source-built versions for RepoTasks * Add SDK patch to remove test projects from the solution. * Add installer patch to exclude test projects from source-build * Patch F# for source-built versions. * Add a couple of patches for the installer repo * Remove supplied VersionSuffix and instead rely on repos to do this * Update version of vstest. It wasn't auto updated. * Add more binlogs to VSTest. * Upgrade VSTest to netcoreapp5.0. * Update source-build-artifacts version * Revert vstest netcoreapp5.0 fix and instead exlude S.Text.Json in sdk * Correct ordering of projects to put vstest and fsharp before sdk * Update prebuilt-baselines * Re-enable smoke-tests * Re-enable poison report * Fix LeakDetection task build * Fix osx build issue * One more update to fix OSX * Update to previously source-built * Updates from PR review Co-authored-by: Chris Rummel <crummel@microsoft.com>
- Loading branch information
Showing
89 changed files
with
3,567 additions
and
2,048 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
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
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,12 +1,12 @@ | ||
{ | ||
"tools": { | ||
"dotnet": "5.0.100-preview.3.20216.6" | ||
"dotnet": "5.0.100-preview.4.20258.7" | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.Build.CentralPackageVersions": "2.0.1", | ||
"Microsoft.Build.Traversal": "2.0.2", | ||
"Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01", | ||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19616.4", | ||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20201.2", | ||
"Yarn.MSBuild": "1.15.2" | ||
} | ||
} |
25 changes: 0 additions & 25 deletions
25
patches/aspnet-extensions/0001-Try-without-fullfx-build.patch
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
patches/aspnet-extensions/0002-Build-MS.Internal.Ext.Refs-for-AspNetCore.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.