Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ubuntu image version to 20.04 #4079

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ stages:
jobName: build_linux_x64
displayName: Linux (x64)
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
os: linux
arch: x64
branch: ${{ parameters.branch }}
Expand Down Expand Up @@ -164,7 +164,7 @@ stages:
jobName: build_rhel6_x64
displayName: RHEL6 (x64)
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
container: dotnetcore_centos6
os: rhel.6
arch: x64
Expand Down
4 changes: 2 additions & 2 deletions .vsts.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extends:
################################################################################
displayName: Create Release Branch
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04

steps:
- checkout: self
Expand Down Expand Up @@ -177,7 +177,7 @@ extends:
################################################################################
displayName: Create PRs in AzureDevOps and ConfigChange
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04

steps:
- checkout: self
Expand Down