Skip to content

Commit 8af41a7

Browse files
committed
Fix ubuntu-18.04 not found issue
1 parent 79fd614 commit 8af41a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azurepipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pr:
1010
jobs:
1111
- job: Build
1212
pool:
13-
vmImage: ubuntu-18.04
13+
vmImage: ubuntu-20.04
1414

1515
variables:
1616
DIFF_COVER_CHECK_THRESHOLD: 80
@@ -58,7 +58,7 @@ jobs:
5858
set -ex
5959
# Install .NET CORE
6060
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
61-
sudo apt-add-repository https://packages.microsoft.com/ubuntu/18.04/prod
61+
sudo apt-add-repository https://packages.microsoft.com/ubuntu/20.04/prod
6262
sudo apt-get update
6363
sudo apt-get install -y dotnet-sdk-5.0
6464
displayName: "Install .NET CORE"

0 commit comments

Comments
 (0)