[release/9.0.2xx] Update dependencies from dotnet/msbuild#44283
Conversation
…1017.5 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.13.0-preview-24514-17 -> To Version 17.13.0-preview-24517-05
|
The source-build prebuilt should be able to be addressed - we have vs-solutionpersistence in source-build-externals at version 1.0.9 already. |
|
This codeflow PR brings slnx-building support to the sdk, as part of the overall effort tracked in #40913. |
It's available via dotnet/source-build-externals@cecf0ad
| <UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*7.0.0*" /> | ||
|
|
||
| <!-- Transitive dependencies from MSBuild --> | ||
| <UsagePattern IdentityGlob="Microsoft.VisualStudio.SolutionPersistence/1.0.9" /> |
There was a problem hiding this comment.
This should not be defined. If a prebuilt is occurring, it means that the necessary version of source-build-externals is not being referenced. This was only merged to the main branch: dotnet/source-build-externals#392. That doesn't flow to 9.0.2xx. It will need to be backported to release/9.0.
There was a problem hiding this comment.
Actually, I wasn't thinking. This is for 9.0.2xx which isn't source built. So it should be ok to allow this as a prebuilt. Is that ok, @MichaelSimons?
There was a problem hiding this comment.
It would be fine to add as an allowed prebuilt but I would not want this backported to main. In main we want to make sure this is handled correctly.
|
Hey @mmitche - I was told you were interested in pipelines that didn't go fully green when the source-build and/or unified-build legs were skipped. This was one such pipeline. |
This pull request updates the following dependencies
From https://github.com/dotnet/msbuild