sdk
sdk copied to clipboard
[release/8.0.3xx] Update dependencies from dotnet/msbuild
This pull request updates the following dependencies
From https://github.com/dotnet/msbuild
- Subscription: 833bae60-eae0-4a99-8bf1-08dc11e0a92e
- Build: 20240307.1
- Date Produced: March 7, 2024 10:32:30 AM UTC
- Commit: 9af8ff2f951017996172e5b805651ebf957e97f4
- Branch: refs/heads/main
- Updates:
- Microsoft.SourceBuild.Intermediate.msbuild: from 17.10.0-preview-24127-03 to 17.10.0-preview-24157-01
- Microsoft.Build: from 17.10.0-preview-24127-03 to 17.10.0-preview-24157-01
- Microsoft.Build.Localization: from 17.10.0-preview-24127-03 to 17.10.0-preview-24157-01
@dotnet/msbuild-admins @sbomer Could you take a look at the failures here?
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
Looks like similar failures as in #39084 and #39088.
Fascinating. Let's investigate this one. @YuliiaKovalova I don't see anything jump out at me in the MSBuild-side diff . . .
I filed https://github.com/dotnet/sdk/issues/39266 to update the tests.
@jeffkl It seems that this failure is the same as the one in #39088.
Yes, will the commits from https://github.com/dotnet/sdk/pull/39088 flow to this branch? If not, we'll just need to cherry-pick to this PR?
they will not flow automatically (they were against main, aka .NET 9 previews). can you cherry-pick the relevant ones @jeffkl?
they will not flow automatically (they were against
main, aka .NET 9 previews). can you cherry-pick the relevant ones @jeffkl?
Yes, will push soon
Build has passed, feel free to merge.