Skip to content

Commit

Permalink
Remove release notes test from azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoeger committed May 29, 2020
1 parent 2f7e8eb commit 11303c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
@@ -1,6 +1,5 @@
variables: {
WORKER_VERSION: '1.2.2',
PREVIOUS_WORKER_VERSION: '1.2.0',
NODE_8: '8.x',
NODE_10: '10.x',
NODE_12: '12.x'
Expand Down Expand Up @@ -109,7 +108,6 @@ jobs:
inputs:
command: pack
packagesToPack: '$(System.DefaultWorkingDirectory)\pkg'
- 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 11303c0

Please sign in to comment.