-
Notifications
You must be signed in to change notification settings - Fork 847
Go back to an SDK that is actually installed on machines #10076
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
Conversation
KevinRansom
left a comment
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.
@brettfo ,
- Do we still need this to be 3.1.302 or can it be updated?
- What do we need to do about the 3.1.302 we download to .dotnet?
- The last arcade auto-insert tried to set it to: 5.0.0-beta.20451.5 which seems to be what we aought to aim for
Thanks Brett
|
Internal builds will fail as noted in #10051 but I think we just need to get those VMs updated. |
global.json
Outdated
| "dotnet": "3.1.302", | ||
| "dotnet": "3.1.401", | ||
| "vs": { | ||
| "version": "16.4", |
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.
If you're updating to 3.1.401, then this line has to be updated to 16.7, because 401 depends on that specifically.
You'll also need to run this against the internal signed build. Like @jonsequitur mentioned, we had to back this change off due to the internal VMs lagging, but last week they were updated with 16.7.
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.
Okay, updated. Will it work now?
|
@KevinRansom we can't take Arcade's 5.0 SDK updates until the tailcall regression makes it through. It's been checked into their 5.0 release branch which means the next release should have the fix. |
|
this passes CI, i assume we can take it in now |
)" This reverts commit 192a5f6.
* Go back to an SDK that is actually installed on machines * Update global.json
…net#10076)" (dotnet#10095) This reverts commit 192a5f6.
fixes #10073 and reverts #10051
Note that the internal build in #10051 also failed, so we've simply regressed this repo's contribution story with no benefit.