diff --git a/scripts/azure-pipeline.vs.yaml b/scripts/azure-pipeline.vs.yaml index 22feff8da..ed399fed7 100644 --- a/scripts/azure-pipeline.vs.yaml +++ b/scripts/azure-pipeline.vs.yaml @@ -11,8 +11,8 @@ steps: repositoryName: 'Z3Prover/bin' action: 'edit' target: '$(Build.SourceVersion)' - tagSource: 'auto' - tag: '1.0' + tagSource: 'manual' + tag: 'nightly' title: 'nightly' releaseNotesSource: 'input' releaseNotes: 'nightly build'