We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79fd614 commit 8af41a7Copy full SHA for 8af41a7
azurepipeline.yml
@@ -10,7 +10,7 @@ pr:
10
jobs:
11
- job: Build
12
pool:
13
- vmImage: ubuntu-18.04
+ vmImage: ubuntu-20.04
14
15
variables:
16
DIFF_COVER_CHECK_THRESHOLD: 80
@@ -58,7 +58,7 @@ jobs:
58
set -ex
59
# Install .NET CORE
60
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
+ sudo apt-add-repository https://packages.microsoft.com/ubuntu/20.04/prod
62
sudo apt-get update
63
sudo apt-get install -y dotnet-sdk-5.0
64
displayName: "Install .NET CORE"
0 commit comments