From ee5d86751d0b9a582f214ebb3799d709b4c39450 Mon Sep 17 00:00:00 2001 From: Harry Date: Sat, 10 Aug 2019 09:24:27 +0200 Subject: [PATCH] Disable tag building for azure pipeline --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7e9a6624..daeefe37e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,9 +8,6 @@ trigger: include: - master - develop - tags: - include: - - '*' pool: vmImage: 'ubuntu-latest'