From 7c034827cbbbd6bf404fc84915486ad605efaed9 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 6 Jun 2019 04:15:43 +0200 Subject: [PATCH] Update nightly-ubuntu.yaml for Azure Pipelines --- scripts/nightly-ubuntu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nightly-ubuntu.yaml b/scripts/nightly-ubuntu.yaml index 36ddfc47d..0b2fbd35b 100644 --- a/scripts/nightly-ubuntu.yaml +++ b/scripts/nightly-ubuntu.yaml @@ -23,7 +23,7 @@ steps: action: 'create' target: '$(Build.SourceVersion)' tagSource: 'manual' - tag: '$(Build.SourceVersion)' + tag: 'Ubuntu$(Build.SourceVersion)' title: 'Nightly Ubuntu' releaseNotesSource: 'input' releaseNotes: 'nightly build'