-
Notifications
You must be signed in to change notification settings - Fork 1.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
[main] Update dependencies from dotnet/msbuild #44011
[main] Update dependencies from dotnet/msbuild #44011
Conversation
A blazor test is failing. Rerunning. |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
Same as #44018 |
@dotnet/aspnet-blazor-eng |
Taking a look |
@wtgodbe for some reason it seems that the VMR is trying to run node.js code. Has anything changed here recently? This is the command being passed on
|
We haven't changed anything recently (3 months) as far as I can tell - we should be globally disabling the node build during SourceBuild (that is, when I don't see that prop being passed on the command line, maybe it's set during source-build but not the VMR build? CC @MichaelSimons @mthalman do you know? |
I don't see any aspnetcore errors right now in the build results. I do see an msbuild error:
|
1981695
to
9862172
Compare
…1009.9 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.13.0-preview-24504-04 -> To Version 17.13.0-preview-24509-09
…1009.17 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.13.0-preview-24509-09 -> To Version 17.13.0-preview-24509-17
…1014.4 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.13.0-preview-24509-17 -> To Version 17.13.0-preview-24514-04
9862172
to
ee59aaf
Compare
…1014.17 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.13.0-preview-24514-04 -> To Version 17.13.0-preview-24514-17
|
The backport of https://github.com/dotnet/sdk/blob/main/src/SourceBuild/patches/msbuild/0001-remove-buildxl-feed.patch is flowing in so the patch needs to be removed. |
Removed |
|
That's weird, since string.Join hasn't changed since May:
The line in question is https://github.com/dotnet/msbuild/blob/23587699646ec96072cf58a124bfa377b74435d1/src/Build/Evaluation/Profiler/EvaluationLocationPrettyPrinterBase.cs#L77-L79 @333fred @jaredpar is this a recent compiler regression? It seems pretty obviously |
The best/fastest fix, though, is for that MSBuild file to get rid of the square brackets. Then it'll pick Or revert dotnet/msbuild@eae7bbd, which is the commit that introduced it. (Unless it's using a different branch) |
and it was due to the language change dotnet/roslyn@433ae40#diff-4f6e5f49b6d6d62ce86251ce6786148019f252a110d98c8cc1e8f76572c4b8b0R76 |
…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
This pull request updates the following dependencies
From https://github.com/dotnet/msbuild