From 2f4cab367aa42a598633e716c122ba810e701334 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 1 Jun 2019 14:21:45 -0400 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 89b718e..1c88852 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,11 @@ pr: - master + +trigger: + - "refs/tags/*" pool: - vmImage: "ubuntu-latest" + vmImage: "windows-2019" steps: - task: NodeTool@0