-
Notifications
You must be signed in to change notification settings - Fork 285
[Net8.0] Update channel_map with net8 and organized 6v7v8 groupings. #2585
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
Conversation
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
caaavik-msft
approved these changes
Sep 6, 2022
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
It looks like that for the micro runs, the current failure is related to CborWriter not being found: |
Member
Author
|
/azp run |
|
Pull request contains merge conflicts. |
Add dotnet 8 to the nuget.config. Disable maui projects on Net8.0. Add Cbor to run on net 5.0+ and added net8.0 to TFMs. Fix comment containing --. Fix error in Microbenchmarks.csproj. add channel to force main channel install in scenarios.yml. Hopefully last fix for Microbenchmarks. Don't install dotnet with init.sh, and updated version in global.json for testing. This will have to be setup to be automated on switch to new version. Disable MauiScenarios pre-build. Try updating nativeaot7.0 to 8.0. Keep net7.0 branch as 7.0.1xx. Undo changes not necessary for net8.0 for rebase. Fix accidental change in scenarios.proj.
4f919a4 to
0e7fce1
Compare
caaavik-msft
approved these changes
Nov 3, 2022
Member
Author
|
Run before reverting nativeaot back to use version 7.0 mostly succeeded in expected places, mostly having maui build issues and some individual failures in sdk_scenarios, merging. Fixes #2687. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Updated the channel_map with net8 channels and cleaned up the groups between net6, net7, and net8. Updating to net8 included setting main channel to point to net8. This is part of work to bring up net8.0 testing.