Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamictulip committed Oct 10, 2020
1 parent 7e3ad76 commit 6066dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ steps:
replaceExistingArchive: true

- task: PublishBuildArtifacts@1
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)/Ponydoro_$(Build.BuildNumber).zip'
ArtifactName: 'drop'
Expand Down

0 comments on commit 6066dae

Please sign in to comment.