-
Notifications
You must be signed in to change notification settings - Fork 142
Update to Preview4 and include Tier3 repos #1621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
aa37fa3
Update to preview4 shas
dseefeld 8191aab
Reconcile patches with version updates
dseefeld bdde46f
Update arcade version and runtime build commands
dseefeld a3eb11e
Add buildtools to runtime build
dseefeld 3ee6afb
Update to preview4 shas
dseefeld 4b81066
Reconcile patches with version updates
dseefeld b072b58
Add path to ilasm to libraries and installer build
dseefeld 204ae8c
Fix UpdatePackageIndex UsingTask
dseefeld 0971495
Fix subsets for installer
dseefeld bbb4946
Add patches for runtime and nuget-client
dseefeld 69e30b7
Remove unneeded patches for aspnetcore-tooling
dseefeld e2657a1
Missed change in rebase
dseefeld f8b62f0
Update SDK version
dseefeld c808f0b
Build through aspnetcore-tooling
dseefeld a9b7556
Add netcoreapp5.0 assets to libraries packages
dseefeld 537a097
Don't remove Arcade from restored pkgs cache
dseefeld a4729a8
Pickup renamed ILLink.Tasks in runtime
dseefeld 6f92df6
Re-add arcade patch for tarball build
dseefeld 099ce5f
Re-enable building source-built-artifacts tarball
dseefeld 805f762
Update online baseline
dseefeld c847586
Remove pacakge-source-build until sdk is building
dseefeld 38277a5
Set PVP Env Variable for all repos
dseefeld 55c0f23
Set UseStableVersions to false
dseefeld 1af2eb6
Upgrade Roslyn to netcoreapp5.0.
crummel aaed4a4
Update previously-source-built packages to a 3.1+5.0 bootstrap archive.
crummel 0621aa0
Add patch to use MS.Private.CoreFX.NetCoreApp as netcoreapp3.1 in run…
crummel c871114
Update patches to build through sdk
dseefeld 6924336
Updates for vstest
dseefeld bc813ca
Update fsharp project
dseefeld 6ca5543
Include Tier 4 repos
dseefeld 40a4c3e
Update prebuilt baseline
dseefeld d0caaea
Add and build cosolidated installer project from cli, toolset and cor…
dseefeld 92ea279
Add patch to update roslyn build path to netcoreapp5.0
dseefeld 657b9e4
Update smoke-test for 5.0
dseefeld 4e82db2
Experimental patch for AspNetCore-Tooling.
crummel 757aef8
Upgrade ref packages and previously-source-built packages.
crummel 6b7439e
Update SBRP version
dseefeld d7ee9ad
Experimental - try live source-built versions for RepoTasks
crummel 914ff41
Add SDK patch to remove test projects from the solution.
crummel ae8ad11
Add installer patch to exclude test projects from source-build
dseefeld 4844673
Patch F# for source-built versions.
crummel 1a10487
Add a couple of patches for the installer repo
dseefeld 998c33d
Remove supplied VersionSuffix and instead rely on repos to do this
dseefeld 7296f5f
Update version of vstest. It wasn't auto updated.
dseefeld 09f6c85
Add more binlogs to VSTest.
crummel d4ddc14
Upgrade VSTest to netcoreapp5.0.
crummel 0dcd561
Update source-build-artifacts version
dseefeld 1b4a1e1
Revert vstest netcoreapp5.0 fix and instead exlude S.Text.Json in sdk
dseefeld 9a4ba9c
Correct ordering of projects to put vstest and fsharp before sdk
dseefeld 34a166d
Update prebuilt-baselines
dseefeld 1a557e5
Re-enable smoke-tests
dseefeld ed3f7a6
Re-enable poison report
dseefeld dec2b51
Fix LeakDetection task build
dseefeld b11625d
Fix osx build issue
dseefeld 226f7ef
One more update to fix OSX
dseefeld 4da28f3
Update to previously source-built
dseefeld b7c440b
Updates from PR review
dseefeld File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.