From 783f99889217a1c15de3ab168054618217e001f7 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 6 Jun 2019 17:31:18 +0200 Subject: [PATCH] Update nightly-windows.yaml for Azure Pipelines --- scripts/nightly-windows.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nightly-windows.yaml b/scripts/nightly-windows.yaml index 6ebecd3a9..fccf6a877 100644 --- a/scripts/nightly-windows.yaml +++ b/scripts/nightly-windows.yaml @@ -20,10 +20,10 @@ steps: inputs: gitHubConnection: Z3GitHub repositoryName: 'Z3Prover/z3' - action: 'create' + action: 'edit' target: '$(Build.SourceVersion)' tagSource: 'manual' - tag: '$(Build.SourceVersion)' + tag: 'NightlyWindows' title: 'Nightly Windows' releaseNotesSource: 'input' releaseNotes: 'nightly build'