You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
389 B
10 lines
389 B
# Obtains internal runtime download credentials and populates the 'dotnetbuilds-internal-container-read-token-base64'
|
|
# variable with the base64-encoded SAS token, by default
|
|
|
|
steps:
|
|
- template: /eng/common/core-templates/steps/enable-internal-runtimes.yml
|
|
parameters:
|
|
is1ESPipeline: false
|
|
|
|
${{ each parameter in parameters }}:
|
|
${{ parameter.key }}: ${{ parameter.value }}
|
|
|