-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
msbuild patch to remove BuildXL feed #44199
Conversation
Date: Tue, 15 Oct 2024 14:24:55 -0500 | ||
Subject: [PATCH] Remove BuildXL feed | ||
|
||
Backport: https://github.com/dotnet/msbuild/pull/10765 |
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.
This links to the main PR. I see that the line still exists in vs17.12: https://github.com/dotnet/msbuild/blob/0258a80c00f599c2b0564d0429cd52f4d815e83c/NuGet.config#L21
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.
Yes, I've already responded at dotnet/msbuild#10765 (comment) that this needs to be backported.
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.
Do we source build only 1xx versions? Is 8.0.1xx enough (so backporting to 17.8 https://learn.microsoft.com/en-us/dotnet/core/porting/versioning-sdk-msbuild-vs#versioning)? Or do we need it in all 8.0 versions?
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.
Just the 1xx versions should be sufficient.
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.
FYI @dotnet/kitten
This reverts commit 75d8977.
Backport of #44194