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'