Skip to content

[automated] Merge branch 'release/9.0.3xx' => 'release/10.0.1xx'#9814

Merged
akoeplinger merged 10 commits intorelease/10.0.1xxfrom
merge/release/9.0.3xx-to-release/10.0.1xx
Feb 10, 2026
Merged

[automated] Merge branch 'release/9.0.3xx' => 'release/10.0.1xx'#9814
akoeplinger merged 10 commits intorelease/10.0.1xxfrom
merge/release/9.0.3xx-to-release/10.0.1xx

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 5, 2026

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

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

  • DonnaChen888
  • dotnet-maestro[bot]
  • vseanreesermsft

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/9.0.3xx
git pull --ff-only
git checkout release/10.0.1xx
git pull --ff-only
git merge --no-ff release/9.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/templating HEAD:merge/release/9.0.3xx-to-release/10.0.1xx
or if you are using SSH
git push git@github.com:dotnet/templating HEAD:merge/release/9.0.3xx-to-release/10.0.1xx

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/9.0.3xx-to-release/10.0.1xx'. 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/9.0.3xx-to-release/10.0.1xx origin/release/10.0.1xx
git pull https://github.com/dotnet/templating merge/release/9.0.3xx-to-release/10.0.1xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/9.0.3xx-to-release/10.0.1xx
or if you are using SSH
git fetch
git checkout -b merge/release/9.0.3xx-to-release/10.0.1xx origin/release/10.0.1xx
git pull git@github.com:dotnet/templating merge/release/9.0.3xx-to-release/10.0.1xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/9.0.3xx-to-release/10.0.1xx

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 9 commits January 21, 2026 02:01
…120.1

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.26063.2 -> To Version 9.0.0-beta.26070.1
…into merge/release/9.0.1xx-to-release/9.0.3xx
This pull request updates the following dependencies

[marker]: <> (Begin:23e5036f-dde2-4273-b797-24e89463f344)
## From https://github.com/dotnet/arcade
- **Subscription**:
[23e5036f-dde2-4273-b797-24e89463f344](https://maestro.dot.net/subscriptions?search=23e5036f-dde2-4273-b797-24e89463f344)
- **Build**:
[20260120.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2883081)
([297934](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/297934))
- **Date Produced**: January 20, 2026 9:16:49 AM UTC
- **Commit**:
[9b9436a55a49bd58acb8ae95a57ad2185da26805](dotnet/arcade@9b9436a)
- **Branch**:
[release/9.0](https://github.com/dotnet/arcade/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [9.0.0-beta.26063.2 to 9.0.0-beta.26070.1][1]
     - Microsoft.SourceBuild.Intermediate.arcade
     - Microsoft.DotNet.Arcade.Sdk

[1]: dotnet/arcade@c85f9ac...9b9436a

[DependencyUpdate]: <> (End)

- **Updates to .NET SDKs:**
  - Updates **tools.dotnet** to 9.0.113

[marker]: <> (End:23e5036f-dde2-4273-b797-24e89463f344)
I detected changes in the release/9.0.1xx branch which have not been
merged yet to release/9.0.3xx. I'm a robot and am configured to help you
automatically keep release/9.0.3xx up to date, so I've opened this PR.

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

* vseanreesermsft

## 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/9.0.1xx
git pull --ff-only
git checkout release/9.0.3xx
git pull --ff-only
git merge --no-ff release/9.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/templating HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/9.0.1xx-to-release/9.0.3xx'. 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/9.0.1xx-to-release/9.0.3xx origin/release/9.0.3xx
git pull https://github.com/dotnet/templating merge/release/9.0.1xx-to-release/9.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/9.0.1xx-to-release/9.0.3xx origin/release/9.0.3xx
git pull git@github.com:dotnet/templating merge/release/9.0.1xx-to-release/9.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
```

</details>

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.
…204.5

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.26070.1 -> To Version 9.0.0-beta.26104.5
This pull request updates the following dependencies

[marker]: <> (Begin:23e5036f-dde2-4273-b797-24e89463f344)
## From https://github.com/dotnet/arcade
- **Subscription**:
[23e5036f-dde2-4273-b797-24e89463f344](https://maestro.dot.net/subscriptions?search=23e5036f-dde2-4273-b797-24e89463f344)
- **Build**:
[20260204.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2895658)
([300287](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/300287))
- **Date Produced**: February 4, 2026 8:45:35 PM UTC
- **Commit**:
[c1205e7ef5628ab617dc234c7d89616fcd2917a8](dotnet/arcade@c1205e7)
- **Branch**:
[release/9.0](https://github.com/dotnet/arcade/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [9.0.0-beta.26070.1 to 9.0.0-beta.26104.5][1]
     - Microsoft.SourceBuild.Intermediate.arcade
     - Microsoft.DotNet.Arcade.Sdk

[1]: dotnet/arcade@9b9436a...c1205e7

[DependencyUpdate]: <> (End)


[marker]: <> (End:23e5036f-dde2-4273-b797-24e89463f344)
@github-actions github-actions bot force-pushed the merge/release/9.0.3xx-to-release/10.0.1xx branch from 3ae1007 to b7a4f37 Compare February 5, 2026 04:43
@github-actions github-actions bot requested a review from a team as a code owner February 5, 2026 04:43
… into merge/release/9.0.3xx-to-release/10.0.1xx
@DonnaChen888
Copy link
Contributor

Same issue as #9812

@akoeplinger akoeplinger merged commit a23d69a into release/10.0.1xx Feb 10, 2026
9 checks passed
@akoeplinger akoeplinger deleted the merge/release/9.0.3xx-to-release/10.0.1xx branch February 10, 2026 14:26
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.

3 participants