Skip to content

Commit 5a82f59

Browse files
Using connection string secret variable instead of composing it in the config
1 parent 9e34037 commit 5a82f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
condition: true
121121
env:
122122
SOURCE_PATH: $(Build.SourcesDirectory)/doc/build/html/
123-
AZURE_STORAGE_CONNECTION_STRING: "DefaultEndpointsProtocol=https;AccountName=$(AZURE_STORAGE_ACCOUNT);AccountKey=$(AZURE_STORAGE_ACCESS_KEY)"
123+
AZURE_STORAGE_CONNECTION_STRING: $(AZURE_STORAGE_CONNECTION_STRING)
124124
125125
- script: |
126126
if [ "$(Build.SourceBranch)" == "refs/heads/master" ]; then

0 commit comments

Comments
 (0)