identation
This commit is contained in:
parent
ba896b1888
commit
8e21d8220d
1 changed files with 6 additions and 6 deletions
|
@ -20,12 +20,12 @@ parameters:
|
||||||
default: ''
|
default: ''
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- ${{ if ne(parameters.vmrBranch, '') }}:
|
- ${{ if ne(parameters.vmrBranch, '') }}:
|
||||||
- name: VmrBranch
|
- name: VmrBranch
|
||||||
value: ${{ parameters.vmrBranch }}
|
value: ${{ parameters.vmrBranch }}
|
||||||
- ${{ else }}:
|
- ${{ else }}:
|
||||||
- name: VmrBranch
|
- name: VmrBranch
|
||||||
value: ${{ replace(replace(variables['Build.SourceBranch'], 'refs/heads/', ''), 'refs/pull/', '') }}
|
value: ${{ replace(replace(variables['Build.SourceBranch'], 'refs/heads/', ''), 'refs/pull/', '') }}
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Synchronize_VMR
|
- stage: Synchronize_VMR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue