-
Notifications
You must be signed in to change notification settings - Fork 3.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
windows-2022 version 20241113.3.0 breaks our build #10987
Comments
Hi @Bouke , Thank you for bringing this issue. we will revert once we have an update. thanks |
Hi @vidyasagarnimmagaddi, any update on this? |
Hi @Bouke ,We observed that some agents are running with |
@vidyasagarnimmagaddi What do you mean with this, will you revert the rollout of 20241113.3.0? |
Hi @Bouke , i mean new image rollout . |
@vidyasagarnimmagaddi Can you be more specific in how you're going to address this issue? For example: "we're going to complete the 20241113.3.0 image rollout, and you'll not see 20241021.1.0 again". If that's the case: that doesn't solve the issue: we'd still need all our developers to install .NET 9 SDK. |
Hi @Bouke , When we rollout new image version this week, there will not be any agents with older version i.e, ( |
Please consider rolling back .NET 9 SDK. There's a known issue with .NET 9 that silently breaks our app in production, which is not going to be fixed until .NET 10 SDK: dotnet/sdk#44160 (comment). |
Description
We're using repeatable package restores in our .NET build pipeline. However as version 20241113.3.0 started rolling out to agents, our build has been failing:
We're still targeting .NET 8, not .NET 9, so I don't understand why this is now failing. We've since tried updating the lockfiles. However as some agents are still running 20241021.1.0, the updated lockfiles will fail on those. This is not a great situation to be in. Also updating the lockfiles requires all our developers to install .NET 9 SDK, which is something we would like to avoid.
Platforms affected
Runner images affected
Image version and build link
20241113.3.0
Is it regression?
20241021.1.0
Expected behavior
Projects targeting .NET 8 (LTS) should continue to do so.
Actual behavior
Build fails.
Repro steps
The text was updated successfully, but these errors were encountered: