Skip to content

Commit

Permalink
Fix blobContainer to log correct expected links (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagood authored Jun 10, 2024
1 parent 78bce11 commit b6313ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions eng/pipeline/stages/publish-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ stages:
pool: ${{ parameters.pool }}

variables:
- name: blobBackupAccount
value: golangartifactsbackup
- name: blobContainer
${{ if parameters.public }}:
value: 'https://dotnetbuildoutput.blob.core.windows.net/golang/microsoft'
${{ else }}:
value: 'https://golangartifacts.blob.core.windows.net/microsoft'
value: 'https://$(blobBackupAccount).blob.core.windows.net/microsoft'

- name: blobPrefix
value: '$(PublishBranchAlias)/$(Build.BuildNumber)'
Expand Down Expand Up @@ -152,7 +154,7 @@ stages:
inputs:
Destination: AzureBlob
azureSubscription: golang-pme-storage
storage: golangartifactsbackup
storage: $(blobBackupAccount)
ContainerName: microsoft
SourcePath: '$(Pipeline.Workspace)/Binaries Signed/*'
BlobPrefix: $(blobPrefix)
Expand Down

0 comments on commit b6313ec

Please sign in to comment.