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.3xx' => 'main' #7812

Merged
merged 135 commits into from
Apr 7, 2024

Conversation

dotnet-maestro-bot
Copy link

I detected changes in the release/8.0.3xx 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.3xx by the following committers:

  • v-wuzhai
  • joeloff
  • dotnet-maestro[bot]
  • marcpopMSFT
  • vseanreesermsft
  • JL03-Yue
  • MilenaHristova
  • invalid-email-address
  • MiYanni
  • mmitche
  • dkurepa
  • dotnet-bot

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

# 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.3xx-to-main
or if you are using SSH
git push [email protected]:dotnet-maestro-bot/templating-1 HEAD:merge/release/8.0.3xx-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.3xx-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.3xx-to-main main
git pull https://github.com/dotnet-maestro-bot/templating-1 merge/release/8.0.3xx-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.3xx-to-main
or if you are using SSH
git checkout -b merge/release/8.0.3xx-to-main main
git pull [email protected]:dotnet-maestro-bot/templating-1 merge/release/8.0.3xx-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.3xx-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.

dotnet-bot and others added 30 commits October 25, 2023 22:58
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:faf50938-27b8-4007-e1f9-08dbd53b322e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: faf50938-27b8-4007-e1f9-08dbd53b322e
- **Build**: 20231025.7
- **Date Produced**: October 25, 2023 9:10:32 PM UTC
- **Commit**: 17ea9ab3f662320d4ac62d3a2b783b5054ad80bf
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NETCore.App.Ref**: [from 8.0.0 to 8.0.0][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.0 to 8.0.0][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.0-rtm.23524.7 to 8.0.0-rtm.23525.7][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC59edaad404&targetVersion=GC17ea9ab3f6&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:faf50938-27b8-4007-e1f9-08dbd53b322e)
…025.4

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23525.4
…fcd-c8ac-4db9-a037-4efe7fe8b16f

[release/8.0.1xx] Update dependencies from dotnet/arcade
…otnet-runtime build 20231030.12

Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0 -> To Version 8.0.0
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:faf50938-27b8-4007-e1f9-08dbd53b322e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: faf50938-27b8-4007-e1f9-08dbd53b322e
- **Build**: 20231030.12
- **Date Produced**: October 31, 2023 4:14:08 AM UTC
- **Commit**: 0395649aa16820be8a669203b265b0a578e82843
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NETCore.App.Ref**: [from 8.0.0 to 8.0.0][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.0 to 8.0.0][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.0-rtm.23525.7 to 8.0.0-rtm.23530.12][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC17ea9ab3f6&targetVersion=GC0395649aa1&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:faf50938-27b8-4007-e1f9-08dbd53b322e)
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:faf50938-27b8-4007-e1f9-08dbd53b322e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: faf50938-27b8-4007-e1f9-08dbd53b322e
- **Build**: 20231031.3
- **Date Produced**: October 31, 2023 9:19:19 PM UTC
- **Commit**: 5535e31a712343a63f5d7d796cd874e563e5ac14
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NETCore.App.Ref**: [from 8.0.0 to 8.0.0][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.0 to 8.0.0][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.0-rtm.23530.12 to 8.0.0-rtm.23531.3][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC0395649aa1&targetVersion=GC5535e31a71&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:faf50938-27b8-4007-e1f9-08dbd53b322e)
…ence-packages build 20231106.3

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23516.4 -> To Version 8.0.0-alpha.1.23556.3
…359-9e61-4fcf-8a42-7acc10261f11

[release/8.0.1xx] Update dependencies from dotnet/source-build-reference-packages
…106.5

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23525.4 -> To Version 8.0.0-beta.23556.5
…e81-ea09-4e08-b4b8-48a64122b41a

[release/8.0.1xx] Update dependencies from dotnet/arcade
…0.1xx-2023-11-14-1116

Merging internal commits for release/8.0.1xx
…114.4

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23556.5 -> To Version 8.0.0-beta.23564.4
…889-a1d2-455d-b231-5692a6671cc4

[release/8.0.1xx] Update dependencies from dotnet/arcade
…ence-packages build 20231115.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23556.3 -> To Version 8.0.0-alpha.1.23565.1
…nals build 20231116.2

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.23518.1 -> To Version 8.0.0-alpha.1.23566.2
…c27-dfa0-4cd5-a972-e49763d8c5df

[release/8.0.1xx] Update dependencies from dotnet/source-build-externals
…114-b9c0-4dfc-bf07-dc2bac410ffc

[release/8.0.1xx] Update dependencies from dotnet/source-build-reference-packages
…nals build 20231120.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.23566.2 -> To Version 8.0.0-alpha.1.23570.1
…c7e-6f27-4e83-984d-b3bdc624cbfb

[release/8.0.1xx] Update dependencies from dotnet/source-build-externals
…2024-01-02-1350

Update branding to 8.0.102
…nals build 20240104.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.23570.1 -> To Version 8.0.0-alpha.1.24054.1
…ce5-23d3-49ee-94dc-588fdacd0e92

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

System.CommandLine
 From Version 2.0.0-beta4.23407.1 -> To Version 2.0.0-beta4.24058.1
…uild 20240109.1

System.CommandLine
 From Version 2.0.0-beta4.23407.1 -> To Version 2.0.0-beta4.24059.1
dotnet-maestro bot and others added 18 commits March 29, 2024 02:27
…327.1 (dotnet#7776)

[release/8.0.3xx] Update dependencies from dotnet/arcade
…329.4

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24177.1 -> To Version 8.0.0-beta.24179.4
…329.4

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24177.1 -> To Version 8.0.0-beta.24179.4
…329.4

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24177.1 -> To Version 8.0.0-beta.24179.4
…uild 20240401.1

System.CommandLine
 From Version 2.0.0-beta4.24126.1 -> To Version 2.0.0-beta4.24201.1
…2024-04-02-1142

Update branding to 8.0.205
…329.4 (dotnet#7788)

[release/8.0.2xx] Update dependencies from dotnet/arcade
…2024-04-02-1142

Update branding to 8.0.105
…329.4 (dotnet#7789)

[release/8.0.1xx] Update dependencies from dotnet/arcade
* Merge pull request dotnet#7748 from joeloff/1ES-803xx

Update to 1ESPT

* Update to 1ESPT
…a48-1fcb-4648-ab21-5d051bd4e4be

[release/8.0.1xx] Update dependencies from dotnet/source-build-externals
…7b2-dff8-4fad-b504-ffbd5c0115a2

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

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

[automated] Merge branch 'release/8.0.2xx' => 'release/8.0.3xx'
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the merge/release/8.0.3xx-to-main branch from 6490161 to 851bd63 Compare April 3, 2024 08:41
@dotnet-maestro-bot dotnet-maestro-bot requested a review from a team as a code owner April 3, 2024 08:41
dotnet-maestro bot and others added 7 commits April 3, 2024 12:58
…329.4

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24177.1 -> To Version 8.0.0-beta.24179.4
…329.4

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24177.1 -> To Version 8.0.0-beta.24179.4
…329.4

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24177.1 -> To Version 8.0.0-beta.24179.4
…08f-54c3-4ea1-bfff-c424b14dddf3

[release/8.0.3xx] Update dependencies from dotnet/arcade
…404.3

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24179.4 -> To Version 8.0.0-beta.24204.3
…940-fb2b-4b47-9519-6794d3b6fde6

[release/8.0.3xx] Update dependencies from dotnet/arcade
@v-wuzhai v-wuzhai force-pushed the merge/release/8.0.3xx-to-main branch from 7b6322d to 16f572e Compare April 7, 2024 06:49
@v-wuzhai v-wuzhai merged commit 3a481d4 into dotnet:main Apr 7, 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