-
Notifications
You must be signed in to change notification settings - Fork 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
Update msbuild version to 17.3.4 #73283
Conversation
@marcpopMSFT you broke source build |
This MSBuild version doesn't exist in nuget.org. Why is that? |
@mthalman msbuild doesn't push every build to nuget.org but only on-demand (so usually only the .0 releases). I don't believe this version has even shipped in an SDK or VS yet (that should happen next week). |
@mthalman I tried to update the source build reference package in this branch but darc failed. thoughts? First off, it seems this branch is using the 9.0 reference packages. Secondly, it appears to be expecting an additional set of dependencies in the version.details.xml file. I wanted to make sure I was doing the right thing her.
|
That error seems unrelated to the SBRP dependency. Is the Version.Details file already misconfigured in the repo currently? You should just be able to apply the changes from #73325 to this branch. |
|
Remove the xliff-tasks coherency as that dependency doesn't exist in arcade
Based on the error, I removed the coherency dependency as that allowed my darc command to run. Let's see if the build works. |
@MichaelSimons the source build leg is now failing with even more listed prebuilts that have nothing to do with my change. I did move from the 9 to 8 source build package so I wonder if that's related. I think I need some help from source build folks at this point. |
…as non-Source-build
/backport to main |
@marcpopMSFT - I had a look at the package from this build and see it still reference the old version of PKCS: "Microsoft.Build.Tasks.Core/17.3.4": {
"dependencies": {
"Microsoft.Build.Framework": "17.3.4",
"Microsoft.Build.Utilities.Core": "17.3.4",
"Microsoft.NET.StringTools": "17.3.4",
"System.CodeDom": "7.0.0",
"System.Collections.Immutable": "8.0.0",
"System.Reflection.Metadata": "8.0.0",
"System.Resources.Extensions": "8.0.0",
"System.Security.Cryptography.Pkcs": "7.0.0",
"System.Security.Cryptography.Xml": "7.0.1",
"System.Security.Permissions": "8.0.0",
"System.Threading.Tasks.Dataflow": "8.0.0"
}
}, |
Roslyn repo doesn't have this bot configured. We have an automatic job which merges the release branch forward. (though, tbh, maybe switching from doing that to using the bot would be a good thing for us.) |
This brings dotnet#73283 to internal servicing branch for sdk
No description provided.