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