[main] Update dependencies from dotnet/dotnet#11477
Open
dotnet-maestro[bot] wants to merge 19 commits into
Open
[main] Update dependencies from dotnet/dotnet#11477dotnet-maestro[bot] wants to merge 19 commits into
dotnet-maestro[bot] wants to merge 19 commits into
Conversation
…524.4 On relative base path root Microsoft.DotNet.Build.Tasks.Feed From Version 11.0.0-beta.26268.112 -> To Version 11.0.0-beta.26274.104 Microsoft.DotNet.Cecil From Version 0.11.5-preview.26268.112 -> To Version 0.11.5-preview.26274.104 Microsoft.NET.ILLink , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.5.26268.112 -> To Version 11.0.0-preview.5.26274.104 Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.5.26268.112 -> To Version 11.0.100-preview.5.26274.104
Updated from PR #11477 macOS test artifacts: - BuildReleaseArm64SimpleDotNet.CoreCLR.apkdesc (from macOS-10 Attempt 3) - BuildReleaseArm64XFormsDotNet.CoreCLR.apkdesc (from macOS-3 Attempt 3) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
|
The lower .so sizes are likely thanks to dotnet/runtime#128232 |
…527.4 On relative base path root Microsoft.DotNet.Build.Tasks.Feed From Version 11.0.0-beta.26268.112 -> To Version 11.0.0-beta.26277.104 Microsoft.DotNet.Cecil From Version 0.11.5-preview.26268.112 -> To Version 0.11.5-preview.26277.104 Microsoft.NET.ILLink , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.5.26268.112 -> To Version 11.0.0-preview.6.26277.104 Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.5.26268.112 -> To Version 11.0.100-preview.6.26277.104
…531.2 On relative base path root Microsoft.DotNet.Build.Tasks.Feed From Version 11.0.0-beta.26268.112 -> To Version 11.0.0-beta.26281.102 Microsoft.DotNet.Cecil From Version 0.11.5-preview.26268.112 -> To Version 0.11.5-preview.26281.102 Microsoft.NET.ILLink , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.5.26268.112 -> To Version 11.0.0-preview.6.26281.102 Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.5.26268.112 -> To Version 11.0.100-preview.6.26281.102
Work around macOS CI hangs waiting on VBCSCompiler after the .NET SDK bump by disabling shared compilation and MSBuild node reuse for Jenkins/installers builds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Avoid macOS Jenkins hangs after the SDK bump by disabling solution-level MSBuild parallelism in addition to shared compilation and node reuse. Native builds still use their own parallelism. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Serialize CI restore requests to reduce Azure Artifacts feed throttling during dependency-update validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Give CI restores more time to recover from transient Azure Artifacts concurrency throttling on dependency-flow feeds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Disable NuGet audit during CI restores, keep serialized restore, and retry restore-heavy CI tasks to reduce transient Azure Artifacts concurrency failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Cap per-source restore requests to reduce Azure Artifacts IP concurrency throttling during dependency-flow validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ignore failed NuGet sources during workload install validation so local pack extraction is not blocked by transient Azure Artifacts 500s. Also ignore the generated .sarif security-analysis artifact in the dirty-tree check. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Resolve the dependency-version conflict by keeping the .NET preview.6 bump and taking main's newer MSTest update. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Pass restore-hardening properties through NUNIT_MSBUILD_ARGS so nested smoke-test builds do not fail when Azure Artifacts temporarily throttles one package source. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Write NUNIT_MSBUILD_ARGS as separate response-file lines so each restore-hardening property is parsed independently by MSBuild. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The Windows solution build can hit transient Gradle daemon startup timeouts while parallel Gradle-backed projects are building. Retry the task like other transient-sensitive CI steps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Restore bounded MSBuild parallelism on macOS so Sequoia agents do not spend the whole validation in a silent serial build, while keeping restore/feed hardening in place. Add a task timeout so retries can recover from a wedged make jenkins step.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep macOS CI bounded at /m:4, but stop forcing command-line Csc. The no-shared mitigation avoided compiler-server use, but CI then stalled inside command-line Csc work and hit the task timeout. Bounded shared compilation preserves the concurrency limit while allowing Roslyn to reuse the compiler server. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the following dependencies
From https://github.com/dotnet/dotnet