Skip to content

[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.4xx'#54285

Merged
DonnaChen888 merged 27 commits into
release/8.0.4xxfrom
merge/release/8.0.1xx-to-release/8.0.4xx
May 13, 2026
Merged

[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.4xx'#54285
DonnaChen888 merged 27 commits into
release/8.0.4xxfrom
merge/release/8.0.1xx-to-release/8.0.4xx

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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:

  • DonnaChen888
  • dotnet-maestro[bot]
  • marcpopMSFT
  • nagilson
  • vseanreesermsft
  • NikolaMilosavljevic
  • MiYanni

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.

merge button instructions

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.

git fetch
git checkout release/8.0.1xx
git pull --ff-only
git checkout release/8.0.4xx
git pull --ff-only
git merge --no-ff release/8.0.1xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/sdk HEAD:merge/release/8.0.1xx-to-release/8.0.4xx
or if you are using SSH
git push git@github.com:dotnet/sdk HEAD:merge/release/8.0.1xx-to-release/8.0.4xx

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

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.

git fetch
git checkout -b merge/release/8.0.1xx-to-release/8.0.4xx origin/release/8.0.4xx
git pull https://github.com/dotnet/sdk merge/release/8.0.1xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/sdk HEAD:merge/release/8.0.1xx-to-release/8.0.4xx
or if you are using SSH
git fetch
git checkout -b merge/release/8.0.1xx-to-release/8.0.4xx origin/release/8.0.4xx
git pull git@github.com:dotnet/sdk merge/release/8.0.1xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/sdk HEAD:merge/release/8.0.1xx-to-release/8.0.4xx

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.

dotnet-maestro Bot and others added 27 commits April 15, 2026 09:34
…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>
…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 DonnaChen888 merged commit 16ae8b0 into release/8.0.4xx May 13, 2026
21 checks passed
@DonnaChen888 DonnaChen888 deleted the merge/release/8.0.1xx-to-release/8.0.4xx branch May 13, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants