[release/8.0.1xx] Fix 1ES SDL pool in VMR sync (#19198)

This commit is contained in:
Přemek Vysoký 2024-03-26 16:43:46 +01:00 committed by GitHub
parent 08a32c5133
commit 86bc81fb45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -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, ' ', '') }}

View file

@ -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, ' ', '') }}