From 25e5f39485890c0bcfa85f69dea10213646f6af9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 9 Jun 2020 21:18:20 +0100 Subject: [PATCH] Fixed build --- .azuredevops/pipelines/publish-job.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azuredevops/pipelines/publish-job.yml b/.azuredevops/pipelines/publish-job.yml index a7f94118b..250bb4b66 100644 --- a/.azuredevops/pipelines/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -71,7 +71,7 @@ stages: tagSource: 'userSpecifiedTag' tag: '$(gitTag)' isDraft: true - changeLogCompareToRelease: 'lastRelease' + changeLogCompareToRelease: 'lastNonDraftRelease' changeLogType: 'commitBased' - task: GitHubRelease@1 @@ -90,4 +90,4 @@ stages: isPreRelease: true changeLogCompareToRelease: 'lastNonDraftRelease' changeLogType: 'commitBased' - condition: and(succeeded(), eq(variables['PublishToGithub'], 'true')) \ No newline at end of file + condition: and(succeeded(), eq(variables['PublishToGithub'], 'true'))