File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ stages:
575575 repositoryName : ' Z3Prover/z3'
576576 action : ' delete'
577577# target: '$(Build.SourceVersion)'
578- tagSource : ' gitTag '
578+ tagSource : ' userSpecifiedTag '
579579 tag : ' Nightly'
580580 - task : GitHubRelease@1
581581 continueOnError : true
@@ -584,7 +584,7 @@ stages:
584584 repositoryName : ' Z3Prover/z3'
585585 action : ' create'
586586# target: '$(Build.SourceVersion)'
587- tagSource : ' gitTag '
587+ tagSource : ' userSpecifiedTag '
588588 tag : ' Nightly'
589589 title : ' Nightly'
590590 releaseNotesSource : ' input'
Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ stages:
576576 repositoryName : $(Build.Repository.Name)
577577 action : ' create'
578578 target : ' $(Build.SourceVersion)'
579- tagSource : ' gitTag '
579+ tagSource : ' userSpecifiedTag '
580580 tag : ' z3-$(ReleaseVersion)'
581581 title : ' z3-$(ReleaseVersion)'
582582 releaseNotesSource : ' input'
You can’t perform that action at this time.
0 commit comments