Skip to content

[automated] Merge branch 'vs18.8' => 'vs18.9' - #14760

Closed
github-actions[bot] wants to merge 1 commit into
vs18.9from
merge/vs18.8-to-vs18.9
Closed

[automated] Merge branch 'vs18.8' => 'vs18.9'#14760
github-actions[bot] wants to merge 1 commit into
vs18.9from
merge/vs18.8-to-vs18.9

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

This PR merges commits made on vs18.8 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.

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 vs18.8
git pull --ff-only
git checkout vs18.9
git pull --ff-only
git merge --no-ff vs18.8

# 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/msbuild HEAD:merge/vs18.8-to-vs18.9
or if you are using SSH
git push git@github.com:dotnet/msbuild HEAD:merge/vs18.8-to-vs18.9

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

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.

…14750)

Ports #14736 to the `vs18.8` servicing branch.

## Summary
- remove the obsolete `Publish-Build-Assets` variable-group import from
the MSBuild build-job template
- bump `VersionPrefix` from `18.8.10` to `18.8.11`, required for a
servicing change

Submitted directly against `vs18.8` rather than relying on inter-branch
merge flow: the flow is serial and took ~1.5 days to propagate the
comparable `AzureDevOps-Artifact-Feeds-Pats` removal (#14718 / #14719).
A PR is open against every servicing branch in parallel.

## Scan of this branch
- `group: Publish-Build-Assets` occurred exactly once, in
`azure-pipelines/.vsts-dotnet-build-jobs.yml`. Zero references remain
after this change, repo-wide.
- `eng/common` on this branch is already on an Arcade version that no
longer imports the group, so no Arcade-managed file needs touching.
- No references anywhere to the variables the group supplied
(`MaestroAccessToken`, `BotAccount-dotnet-maestro-bot-PAT`, `akams-*`).
- `$(dn-bot-dnceng-artifact-feeds-rw)` is unaffected. It is not provided
by this group: `.vsts-dotnet-ci.yml` on this branch and on `main`
consumes it without importing any variable group, since
dotnet/arcade#17245 (see #14710 / #14719).
- OneLoc credentials are unaffected; they come from
`OneLocBuildVariables`, imported by Arcade's `onelocbuild.yml` template.

Related: https://dev.azure.com/dnceng/internal/_workitems/edit/12131

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4845fb51-be5b-4390-9c5c-827f8ca813bf
@github-actions
github-actions Bot requested a review from a team as a code owner August 19, 2026 10:39
@ViktorHofer
ViktorHofer deleted the merge/vs18.8-to-vs18.9 branch August 25, 2026 10:55
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.

1 participant