Skip to content

Commit

Permalink
Merge pull request #9910 from microsoft/fix-pipeline
Browse files Browse the repository at this point in the history
Scope more under the ifs
  • Loading branch information
keveleigh committed May 28, 2021
2 parents 38f4158 + ea84ae3 commit 7aef01d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pipelines/packageupmpublic.yaml
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 7aef01d

Please sign in to comment.