From 4fa167ecafa7555fd44e09eb2e28196bc76be939 Mon Sep 17 00:00:00 2001 From: Ivan Paulovich Date: Sun, 20 Oct 2019 19:24:14 +0200 Subject: [PATCH] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 2a4009b..1283f31 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -3,6 +3,11 @@ # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core +trigger: + tags: + include: + - v* + pool: vmImage: 'windows-latest'