File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
- job : Build
12
12
pool :
13
- vmImage : ubuntu-18 .04
13
+ vmImage : ubuntu-20 .04
14
14
15
15
variables :
16
16
DIFF_COVER_CHECK_THRESHOLD : 80
21
21
- checkout : self
22
22
clean : true
23
23
24
+ # TODO: upgrade to python3
25
+ - task : UsePythonVersion@0
26
+ inputs :
27
+ versionSpec : ' 2.7'
28
+
24
29
- script : |
25
30
set -ex
26
31
./build.sh
58
63
set -ex
59
64
# Install .NET CORE
60
65
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
66
+ sudo apt-add-repository https://packages.microsoft.com/ubuntu/20 .04/prod
62
67
sudo apt-get update
63
68
sudo apt-get install -y dotnet-sdk-5.0
64
69
displayName: "Install .NET CORE"
Original file line number Diff line number Diff line change 1
- redis == 2.10.5
1
+ redis == 4.5.4
2
2
requests == 2.25.0
You can’t perform that action at this time.
0 commit comments