We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8b11e commit 1845248Copy full SHA for 1845248
tools/releaseBuild/yaml/releaseBuild.yml
@@ -9,6 +9,7 @@ variables:
9
value: '$(System.ArtifactsDirectory)/Packages'
10
- group: PSNativeAPIScan
11
- group: SymbolPublish
12
+ - group: Azure Blob variable group
13
14
resources:
15
repositories:
tools/releaseBuild/yaml/upload.yml
@@ -7,8 +7,8 @@ steps:
7
displayName: 'Upload ${{ parameters.fileName }} to azure blob'
8
inputs:
SourcePath: '${{ parameters.sourcePath }}'
- azureSubscription: 'MGMT-Powershell-CICDInfra (94cf12ad-4fe9-490b-b281-0a260198a4e0)'
+ azureSubscription: '$(AzureFileCopySubscription)'
Destination: AzureBlob
- storage: pscoretestdata
+ storage: '$(StorageAccount)'
ContainerName: 'PowerShell-Native-Symbols'
BlobPrefix: '$(Build.SourceBranchName)'
0 commit comments