зеркало из https://github.com/Azure/git-rest-api.git
Update ci.yml for Azure Pipelines
Switch to secure agent pool
This commit is contained in:
Родитель
9810ed1ecc
Коммит
b9ddd6d49b
|
@ -1,11 +1,14 @@
|
|||
trigger:
|
||||
- master
|
||||
pr:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
- job: test
|
||||
displayName: Tests
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
name: AzurePipelines-EO
|
||||
vmImage: "AzurePipelinesUbuntu20.04compliant"
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
|
@ -37,7 +40,8 @@ jobs:
|
|||
- job: build
|
||||
displayName: Build and integration tests
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
name: AzurePipelines-EO
|
||||
vmImage: "AzurePipelinesUbuntu20.04compliant"
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче