Skip to content

Backport universal package publishing fix to release/v3.2#1641

Draft
adityapatwardhan with Copilot wants to merge 1 commit into
mainfrom
copilot/cherry-pick-c4e28ea
Draft

Backport universal package publishing fix to release/v3.2#1641
adityapatwardhan with Copilot wants to merge 1 commit into
mainfrom
copilot/cherry-pick-c4e28ea

Conversation

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This backports the universal package publishing fix from c4e28ea to release/v3.2. It updates the release pipeline so the universal package stage runs with the required prerequisites in place.

  • Stage gating

    • Change ReleaseUniversalPackage to depend on Validation instead of Release, aligning execution with the validated artifact flow.
  • Feed authentication

    • Add PipAuthenticate@1 before publishing so the job can access the required package feed.
  • Azure DevOps CLI setup

    • Install the azure-devops CLI extension explicitly before the publish step to avoid environment-dependent failures during universal package release.
- stage: ReleaseUniversalPackage
  dependsOn: ['BuildAndSign', 'Validation']

- task: PipAuthenticate@1
  inputs:
    artifactFeeds: 'One/dsc-cfs-publicpackages'

- task: AzureCLI@2
  displayName: Install Azure DevOps Extension
  inputs:
    inlineScript: |
      az extension add --name azure-devops --debug

Copilot AI requested review from Copilot and removed request for Copilot July 21, 2026 22:59
Copilot AI changed the title Cherry-pick c4e28ea into release/v3.2 Backport universal package publishing fix to release/v3.2 Jul 21, 2026
Copilot AI requested a review from adityapatwardhan July 21, 2026 23:08
@adityapatwardhan

Copy link
Copy Markdown
Member

@copilot retarget this PR to release/v3.2 branch

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

@copilot retarget this PR to release/v3.2 branch

I’m not able to change the PR base with the tools available in this environment. The current PR is #1641 and it’s still targeting main; please retarget it to release/v3.2 in the GitHub UI.

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