Skip to content

Commit

Permalink
feat: update azure-pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusGeiger committed Feb 24, 2022
1 parent 3ca0d73 commit 38b4f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ stages:
- task: SonarCloudPublish@1
displayName: 'Publish Quality Gate Result'

- stage: Publish Artifact
- stage: Publish_Artifact
pool:
vmImage: ${{ parameters.vmImage }}
condition: and(succeeded(), ne(variables['Build.Reason'], 'IndividualCI'))
Expand All @@ -88,7 +88,7 @@ stages:
inputs:
PathtoPublish: ./

- stage: Publish on PyPI
- stage: Publish_on_PyPI
pool:
vmImage: ${{ parameters.vmImage }}
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
Expand Down

0 comments on commit 38b4f25

Please sign in to comment.