Merge pull request #476 from jeremymeng/update-ubuntu-version

update build agent image to ubuntu 22.04
This commit is contained in:
Jeremy Meng 2022-11-15 13:40:35 -08:00 коммит произвёл GitHub
Родитель 34084c6815 34b0d8cd88
Коммит 6120cfeb6d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 7 добавлений и 7 удалений

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

@ -6,7 +6,7 @@ pr: none
jobs:
- job: Build
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- task: Npm@1
displayName: 'npm install'
@ -22,7 +22,7 @@ jobs:
customCommand: run build
- job: Pack
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- task: NodeTool@0
displayName: 'Install Node 11.x'

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

@ -1,7 +1,7 @@
jobs:
- job: Build
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- task: Npm@1
displayName: 'npm install'
@ -17,7 +17,7 @@ jobs:
customCommand: run build
- job: Check_Everything
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- task: Npm@1
displayName: 'npm install'

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

@ -4,7 +4,7 @@ pr: none
jobs:
- job: Release
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- script: |
npm install

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

@ -4,7 +4,7 @@ variables:
msRestAzureArtifactName: ms-rest-azure-js
msRestAzureJsPackageName: azure-ms-rest-azure-js.tgz
tempDirectory: $(Pipeline.Workspace)/.tmp
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
jobs:
- job: prepare_ms_rest_js

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

@ -4,7 +4,7 @@ parameters:
jobs:
- job: 'testOn${{parameters.nodeVersion}}'
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
dependsOn: Build
condition: succeeded()
steps: