Skip to content

Commit

Permalink
Enable push of daily builds to CI feed
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 20, 2024
1 parent d6bf225 commit ac50cb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines/prepare-insertion-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stages:
SymbolsProject: VS
SymbolsAgentPath: $(Pipeline.Workspace)/symbols-legacy

- ${{ if false }}: # Switch to true to enable, but leave the condition to avoid merge conflicts later.
- ${{ if true }}: # Switch to true to enable, but leave the condition to avoid merge conflicts later.
- job: push
displayName: azure-public/winsdk feed
${{ if parameters.ArchiveSymbols }}:
Expand Down Expand Up @@ -63,5 +63,5 @@ stages:
displayName: 🔻 Download deployables-Windows artifact
- template: WIFtoPATauth.yml
parameters:
wifServiceConnectionName: azure-public/winsdk package push
deadPATServiceConnectionId: 069a1efb-1adb-4cf0-8152-e228d2b6bb13 # azure-public/winsdk/CI
wifServiceConnectionName: azure-public/vside package push
deadPATServiceConnectionId: 9c66bbfe-03da-40f0-8ed7-23f599039d5d # azure-public/winsdk/CI

0 comments on commit ac50cb9

Please sign in to comment.