From 19f28eb8cb2514adefb240c70eb568412bf37dc6 Mon Sep 17 00:00:00 2001 From: Missy Messa <47990216+missymessa@users.noreply.github.com> Date: Thu, 6 Aug 2026 20:35:12 -0700 Subject: [PATCH] Remove Publish-Build-Assets variable group 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 --- .azure/pipelines/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 74b2ba8cacec..2091449016d0 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -61,8 +61,6 @@ variables: /p:SkipTestBuild=true /p:PostBuildSign=$(PostBuildSign) # DotNet-Blob-Feed provides: dotnetfeed-storage-access-key-1 - # Publish-Build-Assets provides: MaestroAccessToken, BotAccount-dotnet-maestro-bot-PAT - - group: Publish-Build-Assets # The following extra properties are not set when testing. Use with final build.[cmd,sh] of asset-producing jobs. - name: _PublishArgs value: /p:Publish=true