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