Merge in 'release/8.0.1xx' changes
This commit is contained in:
commit
0b76aff37a
2 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,8 @@ parameters:
|
|||
default: ' '
|
||||
|
||||
variables:
|
||||
- template: /eng/common/templates-official/variables/pool-providers.yml@self
|
||||
|
||||
- ${{ if ne(parameters.vmrBranch, ' ') }}:
|
||||
- name: VmrBranch
|
||||
value: ${{ replace(parameters.vmrBranch, ' ', '') }}
|
||||
|
|
|
@ -31,6 +31,8 @@ parameters:
|
|||
default: ' '
|
||||
|
||||
variables:
|
||||
- template: /eng/common/templates-official/variables/pool-providers.yml@self
|
||||
|
||||
- ${{ if ne(parameters.vmrBranch, ' ') }}:
|
||||
- name: VmrBranch
|
||||
value: ${{ replace(parameters.vmrBranch, ' ', '') }}
|
||||
|
|
Loading…
Reference in a new issue