Skip to content

Commit

Permalink
Scope more under the ifs
Browse files Browse the repository at this point in the history
  • Loading branch information
keveleigh committed May 28, 2021
1 parent 38f4158 commit ea84ae3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pipelines/packageupmpublic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
pool:
vmImage: windows-2019
steps:
- template: templates/tasks/pack-upm.yml
parameters:
- ${{ if eq(parameters.IsFinal, false) }}:
- ${{ if eq(parameters.IsFinal, false) }}:
- template: templates/tasks/pack-upm.yml
parameters:
previewNumber: ${{ parameters.PreviewNumber }}
- ${{ if eq(parameters.IsFinal, true) }}:
- ${{ if eq(parameters.IsFinal, true) }}:
- template: templates/tasks/pack-upm.yml
parameters:
previewNumber: ""

0 comments on commit ea84ae3

Please sign in to comment.