Skip to content

Commit

Permalink
Added a condition to only publish master
Browse files Browse the repository at this point in the history
  • Loading branch information
carlowahlstedt committed Dec 5, 2018
1 parent 1d6ff36 commit 8ab0706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ steps:
displayName: 'Publish Artifact: drop'
inputs:
PathtoPublish: '$(Extension.OutputPath)'

condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')

0 comments on commit 8ab0706

Please sign in to comment.