Skip to content

Commit

Permalink
Add release notes publish task
Browse files Browse the repository at this point in the history
BilledTrain380 committed Dec 15, 2018
1 parent bd2aa46 commit 2a393cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -92,6 +92,12 @@ jobs:
artifactName: 'PSA'
targetPath: 'build/libs'

- task: PublishPipelineArtifact@0
displayName: Publish Release Notes
inputs:
artifactName: 'PSA Release Notes'
targetPath: 'RelNotes'

- job: macOS
condition: and(succeeded(), or(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), eq(variables['Build.SourceBranch'], 'refs/heads/master')))

0 comments on commit 2a393cc

Please sign in to comment.