Skip to content

Remove direct Publish-Build-Assets imports - #445

Open
missymessa wants to merge 1 commit into
dotnet:mainfrom
missymessa:missymessa/remove-vg20-import-12131
Open

Remove direct Publish-Build-Assets imports#445
missymessa wants to merge 1 commit into
dotnet:mainfrom
missymessa:missymessa/remove-vg20-import-12131

Conversation

@missymessa

Copy link
Copy Markdown
Member

Summary

  • remove direct Publish-Build-Assets imports from the CI and PR pipeline YAML
  • leave shared eng/common cleanup to the Arcade dependency flow

The expanded pipeline does not reference any variable currently supplied by VG20, so no replacement variable group is required.

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

The cli-lab pipelines do not reference variables supplied by VG20. Remove the repository-owned imports so the remaining shared-template reference can be cleared by Arcade flow.

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

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: ebdb92f2-4575-4676-853d-730c9d062f04
Copilot AI review requested due to automatic review settings August 7, 2026 03:13

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the Publish-Build-Assets variable group import from the repository’s top-level CI and PR Azure Pipelines YAML files, relying on shared eng/common/Arcade-managed templates for any remaining build-asset publishing infrastructure.

Changes:

  • Removed the conditional - group: Publish-Build-Assets import from .vsts-pr.yml for non-public, non-PR (“official”) builds.
  • Removed the conditional - group: Publish-Build-Assets import from .vsts-ci.yml for non-public, non-PR (“official”) builds.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.vsts-pr.yml Drops direct Publish-Build-Assets variable group usage from the PR pipeline YAML.
.vsts-ci.yml Drops direct Publish-Build-Assets variable group usage from the CI pipeline YAML.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants