Skip to content

Commit

Permalink
Updated RootTenantBlobStorageConfiguration variable name in pipeline …
Browse files Browse the repository at this point in the history
…yaml
  • Loading branch information
idg10 committed Feb 12, 2020
1 parent 1ddfa59 commit eb38e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
solution_to_build: $(Endjin_Solution_To_Build)
postCustomEnvironmentVariables:
- powershell: |
Write-Host "##vso[task.setvariable variable=RootTenantBlobStorageConfigurationOptions__AccountName]$Env:ENDJIN_AZURESTORAGECONNECTIONSTRING"
Write-Host "##vso[task.setvariable variable=TenantCloudBlobContainerFactoryOptions__RootTenantBlobStorageConfiguration__AccountName]$Env:ENDJIN_AZURESTORAGECONNECTIONSTRING"
displayName: 'Set Azure Connection String Environment Variable'
env:
ENDJIN_AZURESTORAGECONNECTIONSTRING: $(Endjin_AzureStorageConnectionString)
Expand Down

0 comments on commit eb38e6b

Please sign in to comment.