From 66270ff32eaf0ba9371654189742cbaa5faa1d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sackers?= Date: Wed, 10 Jul 2019 21:32:10 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 67ede7d..9ca8ec4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,9 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - - master + tags: + include: + - v*.*.* pool: vmImage: 'ubuntu-latest'