-
Couldn't load subscription status.
- Fork 287
Bump dotnet-sdk from 10.0.100-rc.2.25464.104 to 10.0.100.pre.rc.2.25502.107 #6751
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
Open
dependabot
wants to merge
29
commits into
main
Choose a base branch
from
dependabot/dotnet_sdk/dotnet-sdk-10.0.100.pre.rc.2.25502.107
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+93
−4
Open
Changes from 10 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
aea605e
Bump dotnet-sdk
dependabot[bot] 304a895
Fix
Youssef1313 ec2c51b
Update azure-pipelines.yml
Youssef1313 ecea71b
Update azure-pipelines-official.yml
Youssef1313 f1ef43e
Revert
Youssef1313 fcfbfd2
Workaround
Youssef1313 6496863
Fix
Youssef1313 c4b43a9
Update PR CI
Youssef1313 d5f6a71
Update official pipeline
Youssef1313 875471c
codeql
Youssef1313 b72a32a
Temporary
Youssef1313 b1c55d5
...
Youssef1313 c67ab96
...
Youssef1313 7e9accb
rtm
Youssef1313 7b031da
Try 10.0.100-rtm.25520.117
Youssef1313 10fd608
Update to 10.0.100-rtm.25521.107
Youssef1313 f54d95f
Add 10.0.100-rtm.25521.107-shipping feed
Youssef1313 36c36e8
Update NuGet.config
Youssef1313 bf0309d
Update global.json
Youssef1313 8e5806c
Try dump MSTest* and Microsoft.Testing.* instead :/
Youssef1313 ffada9f
...
Youssef1313 4553781
Adjust
Youssef1313 dba18c6
Don't dump, just get stack traces...
Youssef1313 36f021f
20mins
Youssef1313 e617418
..
Youssef1313 fd789d9
:/
Youssef1313 465a88b
Trace log
Youssef1313 b2c160a
..
Youssef1313 f6de2cd
...
Youssef1313 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that our CI sometimes uses globally installed SDK so we needed to tweak the logic a bit: dotnet/roslyn#80842, I'm not sure if that's something you need to do as well
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we never use globally installed SDK. I'll keep an eye to official builds after merging this to ensure they are still not broken. Thanks for the note!