From 5341e24b5d544296daeefc2ba63a3aa284c30761 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 6 Jun 2019 00:31:07 +0200 Subject: [PATCH] Update azure-pipeline.vs.yaml for Azure Pipelines --- scripts/azure-pipeline.vs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'