[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.4xx'#54285
Merged
DonnaChen888 merged 27 commits intoMay 13, 2026
Conversation
…0260415.2 On relative base path root Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 8.0.127-servicing.26207.9 -> To Version 8.0.127-servicing.26215.2 Microsoft.TemplateEngine.Abstractions From Version 8.0.127 -> To Version 8.0.127
…nals build 20260416.1 On relative base path root Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.26207.1 -> To Version 8.0.0-alpha.1.26216.1
…0260416.2 On relative base path root Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 8.0.127-servicing.26215.2 -> To Version 8.0.127-servicing.26216.2 Microsoft.TemplateEngine.Abstractions From Version 8.0.127 -> To Version 8.0.127
…421.2 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.26168.3 -> To Version 8.0.0-beta.26221.2
…build 20260423.1 On relative base path root Microsoft.SourceBuild.Intermediate.source-build-assets From Version 8.0.0-alpha.1.26208.5 -> To Version 8.0.0-alpha.1.26223.1
…424.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.26168.3 -> To Version 8.0.0-beta.26224.3
…uild 20260505.1 On relative base path root Microsoft.SourceBuild.Intermediate.roslyn-analyzers , Microsoft.CodeAnalysis.PublicApiAnalyzers From Version 3.11.0-beta1.26173.1 -> To Version 3.11.0-beta1.26255.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 8.0.0-preview.26173.1 -> To Version 8.0.0-preview.26255.1
…0260505.2 On relative base path root Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 8.0.127-servicing.26216.2 -> To Version 8.0.128-servicing.26255.2 Microsoft.TemplateEngine.Abstractions From Version 8.0.127 -> To Version 8.0.128
Remove 'condition: succeededOrFailed()' from all 'Run Tests in Helix' steps in eng/build.yml and eng/build-pr.yml. Without an explicit condition, Azure Pipelines defaults to 'succeeded()', which skips the test step when the preceding build step fails. This avoids wasting Helix resources on tests that cannot succeed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The dotnet workload update subprocess fails with 401 Unauthorized on internal feeds because DOTNET_CLI_HOME redirection causes NuGet to look for the credential provider plugin in artifacts/tmp/ instead of the user profile where it's actually installed. Fix: Pass NUGET_PLUGIN_PATHS env var pointing to the Azure Artifacts Credential Provider at its actual location under USERPROFILE, and pass --configfile pointing to the repo NuGet.config. Also remove diagnostic logging from previous investigation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use HOME on Linux/Mac and USERPROFILE on Windows to locate the Azure Artifacts Credential Provider. Also use forward slashes for cross-platform path compatibility. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…stall the workloads (#54242)
…build 20260512.3 On relative base path root Microsoft.SourceBuild.Intermediate.source-build-assets From Version 8.0.0-alpha.1.26223.1 -> To Version 8.0.0-alpha.1.26262.3
Reset patterns: - global.json - NuGet.config - eng/Version.Details.xml - eng/Versions.props - eng/common/*
DonnaChen888
approved these changes
May 13, 2026
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.
I detected changes in the release/8.0.1xx branch which have not been merged yet to release/8.0.4xx. I'm a robot and am configured to help you automatically keep release/8.0.4xx up to date, so I've opened this PR.
This PR merges commits made on release/8.0.1xx by the following committers:
Instructions for merging from UI
This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.
If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.
Instructions for merging via command line
Run these commands to merge this pull request from the command line.
or if you are using SSH
After PR checks are complete push the branch
Instructions for resolving conflicts
Instructions for updating this pull request
Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/8.0.1xx-to-release/8.0.4xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.
or if you are using SSH
Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.