Update azure-pipelines.yml
This commit is contained in:
parent
110268e1ce
commit
2f4cab367a
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
pr:
|
||||
- master
|
||||
|
||||
trigger:
|
||||
- "refs/tags/*"
|
||||
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
vmImage: "windows-2019"
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
|
|
Loading…
Add table
Reference in a new issue