From c6b6533c118ba746047f133dfe88c95a092b1961 Mon Sep 17 00:00:00 2001 From: Missy Messa Date: Thu, 6 Aug 2026 20:13:17 -0700 Subject: [PATCH] Remove direct Publish-Build-Assets imports 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 --- .vsts-ci.yml | 2 -- .vsts-pr.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 1c129fa9..ce81300c 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -87,8 +87,6 @@ extends: value: $(_OfficialBuildArgs) # Only enable publishing in official builds. - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - # Publish-Build-Assets provides: MaestroAccessToken, BotAccount-dotnet-maestro-bot-PAT - - group: Publish-Build-Assets - name: _OfficialBuildArgs value: /p:DotNetSignType=$(_SignType) /p:SignCoreDotnetCoreUninstall=true diff --git a/.vsts-pr.yml b/.vsts-pr.yml index d4a9d6fc..3a23737f 100644 --- a/.vsts-pr.yml +++ b/.vsts-pr.yml @@ -44,8 +44,6 @@ stages: value: win-x86 # Only enable publishing in official builds. - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - # Publish-Build-Assets provides: MaestroAccessToken, BotAccount-dotnet-maestro-bot-PAT - - group: Publish-Build-Assets - name: _OfficialBuildArgs value: /p:DotNetSignType=$(_SignType) /p:SignCoreDotnetCoreUninstall=true