Update ci-build.yaml for Azure Pipelines

This commit is contained in:
Jamie 2020-01-17 15:58:35 +00:00
commit f9408dc16e

View file

@ -218,4 +218,5 @@ steps:
$(Build.ArtifactStagingDirectory)/*.gz
isPreRelease: true
changeLogCompareToRelease: 'lastNonDraftRelease'
changeLogType: 'commitBased'
changeLogType: 'commitBased'
condition: and(succeeded(), eq(variables['PublishToGithub'], 'true'))