-
Notifications
You must be signed in to change notification settings - Fork 815
[main] Update dependencies from dotnet/msbuild #18363
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
[main] Update dependencies from dotnet/msbuild #18363
Conversation
…0306.7 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 17.11.0-preview-24178-03 -> To Version 17.14.0-preview-25156-07
✅ No release notes required |
Hi @ellahathaway and @mthalman. So I am trying to apply what you mentioned in this PR - I've set up a new Maestro subscription to flow msbuild to our repo, which produced this PR. Good news is that I could remove the recently added lines from SourceBuildPrebuiltBaseline.xml. But - the new MSBuild version claimed the updates to the System packages which, in turn, SourceBuild is now complaining about:
What's your recommendation? Should I add those to the baseline - like Roslyn has that? Should I do something else? |
…0307.7 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 17.11.0-preview-24178-03 -> To Version 17.14.0-preview-25157-07
I don't think it's correct for us to depend on I don't think I have seen A source build specific config can of course do whatever source build requires, I do understand that. |
…0310.8 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 17.11.0-preview-24178-03 -> To Version 17.14.0-preview-25160-08
@T-Gro I get your perspective and I personally don't have any big preference here. That said, note that we actually do have preview packages among our dependencies, e.g. this and this. It's not uncommon for sibling repos to have preview deps as well, e.g. ASP.NET Core has the hell lot of them. That was the reason for my choice. However, it's trivial to resetup this in Maestro, if we want to. |
None of the links, neither this repo nor aspnetcore, are making it to be part of the shipped product. If you can ensure that the preview versions remain in main only and release branches will have stable versions, that works. |
…0311.14 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 17.11.0-preview-24178-03 -> To Version 17.14.0-preview-25161-14
…0228.1 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 17.11.0-preview-24178-03 -> To Version 17.13.19-preview-25128-01
Okay @mthalman @ellahathaway this should be good to go, I set up Maestro to not send previews to us, which in turn now doesn't require System packages update. As the result, this only removes stuff from SourceBuildPrebuildBaseline without adding anything there - which is nice. |
…0312.14 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 17.11.0-preview-24178-03 -> To Version 17.13.20-preview-25162-14
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
This pull request updates the following dependencies
From https://github.com/dotnet/msbuild