File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ trigger:
2020 - config/*
2121 - .github/*
2222
23- tags :
24- include :
25- - v*
26-
2723# PR always trigger build
2824pr :
2925 autoCancel : true
@@ -386,7 +382,7 @@ jobs:
386382 condition : >-
387383 and(
388384 succeeded(),
389- startsWith(variables['Build.SourceBranch'], 'refs/tags/v'),
385+ not( startsWith(variables['Build.SourceBranch'], 'refs/tags/v') ),
390386 not(contains(variables['Build.SourceBranch'], 'preview')),
391387 eq(variables['UPDATE_DEPENDENTS'], 'false')
392388 )
@@ -400,8 +396,9 @@ jobs:
400396 releaseNotesInline : ' add description here'
401397 assets : ' '
402398 isPreRelease : false
403- addChangeLog : false
404- action : edit
399+ addChangeLog : true
400+ action : create
401+ isDraft : true
405402
406403 # update dependencies
407404 - task : PowerShell@2
You can’t perform that action at this time.
0 commit comments