Skip to content
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

[automated] Merge branch 'release/8.0.4xx' => 'main' #7949

Merged

Conversation

dotnet-maestro-bot
Copy link

I detected changes in the release/8.0.4xx branch which have not been merged yet to main. I'm a robot and am configured to help you automatically keep main up to date, so I've opened this PR.

This PR merges commits made on release/8.0.4xx by the following committers:

  • marcpopMSFT
  • v-wuzhai
  • joeloff
  • vseanreesermsft
  • MiYanni
  • dotnet-maestro[bot]
  • Forgind
  • nagilson

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.4xx
git pull --ff-only
git checkout main
git pull --ff-only
git merge --no-ff release/8.0.4xx

# 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-maestro-bot/templating-1 HEAD:merge/release/8.0.4xx-to-main
or if you are using SSH
git push [email protected]:dotnet-maestro-bot/templating-1 HEAD:merge/release/8.0.4xx-to-main

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.4xx-to-main'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/8.0.4xx-to-main main
git pull https://github.com/dotnet-maestro-bot/templating-1 merge/release/8.0.4xx-to-main
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/templating-1 HEAD:merge/release/8.0.4xx-to-main
or if you are using SSH
git checkout -b merge/release/8.0.4xx-to-main main
git pull [email protected]:dotnet-maestro-bot/templating-1 merge/release/8.0.4xx-to-main
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet-maestro-bot/templating-1 HEAD:merge/release/8.0.4xx-to-main

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

joeloff and others added 30 commits April 3, 2024 16:04
* Update to 1ESPT

* feedback
…uild 20240409.3

System.CommandLine
 From Version 2.0.0-beta4.24201.1 -> To Version 2.0.0-beta4.24209.3
…768-7ebf-4459-bb43-56e66992ee62

[release/8.0.1xx] Update dependencies from dotnet/command-line-api
…404.3

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24179.4 -> To Version 8.0.0-beta.24204.3
…e19-c3d1-4214-850a-775f9525a10b

[release/8.0.1xx] Update dependencies from dotnet/arcade
…nals build 20240416.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.24175.3 -> To Version 8.0.0-alpha.1.24216.1
…ccd-3963-43dd-8be2-5f9dae97d6d7

[release/8.0.1xx] Update dependencies from dotnet/source-build-externals
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
…425.1 (dotnet#7898)

[release/8.0.4xx] Update dependencies from dotnet/arcade
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
…ence-packages build 20240501.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.24163.3 -> To Version 8.0.0-alpha.1.24251.1
…764-59b0-432a-816d-91ca7f28d3b7

[release/8.0.1xx] Update dependencies from dotnet/source-build-reference-packages
…2024-05-01-1438

Update branding to 8.0.301
…2024-05-01-1438

Update branding to 8.0.106
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
marcpopMSFT and others added 11 commits May 3, 2024 10:41
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
…425.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24204.3 -> To Version 8.0.0-beta.24225.1
…869-fbd7-4c85-962c-56dd5c2831a2

[release/8.0.3xx] Update dependencies from dotnet/arcade
…nals build 20240506.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.24216.1 -> To Version 8.0.0-alpha.1.24256.1
…a58-45cc-4b39-8020-dcab62cdbacd

[release/8.0.1xx] Update dependencies from dotnet/source-build-externals
…8.0.1xx-to-release/8.0.3xx

[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx'
…8.0.3xx-to-release/8.0.4xx

[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx'
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the merge/release/8.0.4xx-to-main branch from d161e96 to 99b36d2 Compare May 8, 2024 16:14
@dotnet-maestro-bot dotnet-maestro-bot requested a review from a team as a code owner May 8, 2024 16:14
@v-wuzhai v-wuzhai force-pushed the merge/release/8.0.4xx-to-main branch from d2afacf to 9e74935 Compare May 9, 2024 08:37
@v-wuzhai v-wuzhai merged commit 09db412 into dotnet:main May 9, 2024
10 checks passed
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.

9 participants