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
mhoeger committed Mar 24, 2020
1 parent a0f5dd1 commit f836765
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 @@ -107,7 +107,7 @@ jobs:
inputs:
command: pack
packagesToPack: '$(System.DefaultWorkingDirectory)\pkg'
- bash: git log --pretty=format:" - %s [%h]" $(PREVIOUS_WORKER_VERSION)..master > '$(Build.ArtifactStagingDirectory)/RELEASE.md'
- bash: git log --pretty=format:" - %s [%h]" v$(PREVIOUS_WORKER_VERSION)..master > '$(Build.ArtifactStagingDirectory)/RELEASE.md'
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
Expand Down

0 comments on commit f836765

Please sign in to comment.