Skip to content

Commit 1845248

Browse files
Fix subscription variableS
1 parent 5d8b11e commit 1845248

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tools/releaseBuild/yaml/releaseBuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ variables:
99
value: '$(System.ArtifactsDirectory)/Packages'
1010
- group: PSNativeAPIScan
1111
- group: SymbolPublish
12+
- group: Azure Blob variable group
1213

1314
resources:
1415
repositories:

tools/releaseBuild/yaml/upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ steps:
77
displayName: 'Upload ${{ parameters.fileName }} to azure blob'
88
inputs:
99
SourcePath: '${{ parameters.sourcePath }}'
10-
azureSubscription: 'MGMT-Powershell-CICDInfra (94cf12ad-4fe9-490b-b281-0a260198a4e0)'
10+
azureSubscription: '$(AzureFileCopySubscription)'
1111
Destination: AzureBlob
12-
storage: pscoretestdata
12+
storage: '$(StorageAccount)'
1313
ContainerName: 'PowerShell-Native-Symbols'
1414
BlobPrefix: '$(Build.SourceBranchName)'

0 commit comments

Comments
 (0)