Skip to content

Remove Publish-Build-Assets variable group from main - #19092

Open
Missy Messa (missymessa) wants to merge 2 commits into
microsoft:mainfrom
missymessa:cleanup/remove-vg20-main
Open

Remove Publish-Build-Assets variable group from main#19092
Missy Messa (missymessa) wants to merge 2 commits into
microsoft:mainfrom
missymessa:cleanup/remove-vg20-main

Conversation

@missymessa

Copy link
Copy Markdown

Removes the repository-owned Publish-Build-Assets variable group import from:

  • eng/pipelines/common-variables.yml

This is part of the tracked VG20 cleanup: https://dev.azure.com/dnceng/internal/_workitems/edit/12131

Remove the broad variable group import from repository-owned pipeline YAML.

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

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 19092

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 19092"

@github-actions github-actions Bot added the area-engineering-systems infrastructure helix infra engineering repo stuff label Aug 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes an obsolete repository-owned Azure DevOps variable-group import after VG20 cleanup.

Changes:

  • Stops importing Publish-Build-Assets globally.
  • Retains Helix and SDL variable groups for official branches.

@@ -47,7 +47,6 @@ variables:
# a branch the ACLs accept so manual / non-PR builds on ankj/* etc. can
# still validate the rest of the pipeline (including signing).
- ${{ if or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/internal/release/')) }}:
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 08:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

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

Suppressed comments (1)

eng/pipelines/common-variables.yml:35

  • Removing Publish-Build-Assets leaves the paragraph below referring to the BAR publish job and “these tokens,” even though this block now documents and loads only the Helix and SDL groups. Please remove the BAR-specific rationale so the comment accurately describes the remaining branch-gated groups.
    # DotNet-HelixApi-Access provides: HelixApiAccessToken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-engineering-systems infrastructure helix infra engineering repo stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants