-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 17.12 fails to resolve SDKs #11430
Comments
|
Could you provide the list of error messages that you see? The message you linked says there should be sub-errors with more information. |
|
All of the errors are the same sort of message, one for each proejct in the solution. No other error codes besides the final "build failed". |
That's fascinating - this error is coming from the 'base' .NET SDK resolver, the one that locates the MSBuild SDKs that we ship with the .NET SDK installer. Can you see what the contents of |
|
We are going to patch |
Issue Description
After updating to the newest version of Visual Studio on our build servers, build randomly fail due to failure to resolve SDKs.
This also happens with other SDKs, which are specified in
global.json
, such asMicrosoft.NET.Sdk
andMicrosoft.Build.NoTargets
.Steps to Reproduce
I can't provide any samples or logs
Expected Behavior
Builds the same as in 17.10
Actual Behavior
Fails to resolve SDKs
Analysis
The problem started happening immediately after VS 17.12.4 was installed. We did not see this problem in version 17.10.3.
Versions & Configurations
Windows Server 2022 (21H2)
x64
Intel(R) Xeon(R) Gold 6238R CPU @ 2.20GHz, 2195 Mhz, 28 Core(s), 56 Logical Processor(s)
The text was updated successfully, but these errors were encountered: