a8a8fd30e2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
8 lines
No EOL
246 B
YAML
8 lines
No EOL
246 B
YAML
steps:
|
|
- template: /eng/common/core-templates/post-build/setup-maestro-vars.yml
|
|
parameters:
|
|
# Specifies whether to use 1ES
|
|
is1ESPipeline: false
|
|
|
|
${{ each parameter in parameters }}:
|
|
${{ parameter.key }}: ${{ parameter.value }} |