Merged PR 26318: Fix incorrect envvar name in Azure Pipeline

Fix incorrect environment variable name for SAS token in Windows tests
This commit is contained in:
Roman Grundkiewicz 2022-11-01 10:07:40 +00:00
parent a6de1b781c
commit be1ee3fa94

View File

@ -557,7 +557,7 @@ stages:
ls
displayName: Prepare tests
env:
SAS_TOKEN: $(blob-sas-token)
AZURE_STORAGE_SAS_TOKEN: $(blob-sas-token)
workingDirectory: marian-prod-tests
# Avoid using $(Build.SourcesDirectory) in bash tasks because on Windows pools it uses '\'