Skip to content

Commit

Permalink
Try one more expression
Browse files Browse the repository at this point in the history
  • Loading branch information
premun committed Aug 21, 2023
1 parent 6b8e7f9 commit bb50f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/vmr-build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stages:
- ${{ if not(parameters.disableVmrBuild) }}:
- template: templates/stages/vmr-build.yml
parameters:
vmrBranch: $(VmrBranch)
vmrBranch: ${{ variables.VmrBranch }}
isBuiltFromVmr: false

# In case the VMR Build stage is temporarily disabled, the VMR synchronization step is run to validate
Expand All @@ -49,5 +49,5 @@ stages:
jobs:
- template: templates/jobs/vmr-synchronization.yml
parameters:
vmrBranch: $(VmrBranch)
vmrBranch: ${{ variables.VmrBranch }}
noPush: true

0 comments on commit bb50f40

Please sign in to comment.