Update azure-pipelines.yml

This commit is contained in:
Josh Johnson 2019-06-01 14:21:45 -04:00 committed by GitHub
parent 110268e1ce
commit 2f4cab367a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
pr: pr:
- master - master
trigger:
- "refs/tags/*"
pool: pool:
vmImage: "ubuntu-latest" vmImage: "windows-2019"
steps: steps:
- task: NodeTool@0 - task: NodeTool@0