mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-11 17:48:34 +00:00
* add SAS token to download internal test data for nuget pipeline * update azure endpoint * fix keyvault download step * fix variable declaration for secret group * fix indentation * fix yaml syntax for variables * fix setting secrets for script * fix env synctax * Fix macos pipeline * attempt to add secrets to windows download data * fix mac and win data download * fix windows data download * update test data set url and location
11 lines
317 B
YAML
11 lines
317 B
YAML
# sets variables $(TestDataUrl)
|
|
|
|
parameters:
|
|
TestDataUrl: https://ortinternaltestdata.blob.core.windows.net/models/20191122.zip
|
|
|
|
steps:
|
|
- task: CmdLine@1
|
|
displayName: 'Set TestDataUrl variable'
|
|
inputs:
|
|
filename: echo
|
|
arguments: '##vso[task.setvariable variable=TestDataUrl;]${{parameters.TestDataUrl}}'
|