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 9e34037 commit 5a82f59Copy full SHA for 5a82f59
azure-pipelines.yml
@@ -120,7 +120,7 @@ jobs:
120
condition: true
121
env:
122
SOURCE_PATH: $(Build.SourcesDirectory)/doc/build/html/
123
- AZURE_STORAGE_CONNECTION_STRING: "DefaultEndpointsProtocol=https;AccountName=$(AZURE_STORAGE_ACCOUNT);AccountKey=$(AZURE_STORAGE_ACCESS_KEY)"
+ AZURE_STORAGE_CONNECTION_STRING: $(AZURE_STORAGE_CONNECTION_STRING)
124
125
- script: |
126
if [ "$(Build.SourceBranch)" == "refs/heads/master" ]; then
0 commit comments