Skip to content

Commit

Permalink
Fix(CI): CI build Github releases should not be drafts.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwood committed May 4, 2024
1 parent bab06a5 commit 33d5fa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,12 +407,10 @@ stages:
${{ if variables['isreleasebuild'] }}:
action: edit
isDraft: true
isPreRelease: false
changeLogCompareToRelease: lastFullRelease
${{ if not(variables['isreleasebuild']) }}:
action: create
isDraft: true
isPreRelease: true
changeLogCompareToRelease: lastNonDraftRelease

Expand Down

0 comments on commit 33d5fa8

Please sign in to comment.