зеркало из 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
Коммит
5b0da58378
|
@ -5,7 +5,8 @@ jobs:
|
|||
- job: test
|
||||
displayName: Tests
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
name: AzurePipelines-EO
|
||||
vmImage: "AzurePipelinesUbuntu20.04compliant"
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
|
@ -37,11 +38,12 @@ jobs:
|
|||
- job: build
|
||||
displayName: Build and integration tests
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
name: AzurePipelines-EO
|
||||
vmImage: "AzurePipelinesUbuntu20.04compliant"
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: "10.x"
|
||||
versionSpec: "12.x"
|
||||
|
||||
- script: npm ci
|
||||
displayName: "Install dependencies"
|
||||
|
|
Загрузка…
Ссылка в новой задаче