This commit is contained in:
Pete Gonzalez 2020-06-24 03:12:33 -07:00
Родитель e2423f0baf
Коммит 2bf144fb1c
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -4,10 +4,10 @@ jobs:
strategy:
maxParallel: 2
matrix:
'NodeJs 8':
NodeVersion: 8
'NodeJs 10':
NodeVersion: 10
'NodeJs 12':
NodeVersion: 12
steps:
- checkout: self
- template: templates/build.yaml

Просмотреть файл

@ -1,7 +1,7 @@
pool:
vmImage: 'windows-latest'
variables:
NodeVersion: 10
NodeVersion: 12
steps:
- checkout: self
persistCredentials: true

Просмотреть файл

@ -1,7 +1,7 @@
pool:
vmImage: 'windows-latest'
variables:
NodeVersion: 10
NodeVersion: 12
steps:
- checkout: self
persistCredentials: true

Просмотреть файл

@ -1,7 +1,7 @@
resources:
- repo: self
variables:
NodeVersion: 10
NodeVersion: 12
steps:
- checkout: self
- template: templates/build.yaml