Commit e8b6c5c 1 parent 888701b commit e8b6c5c Copy full SHA for e8b6c5c
File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ stages:
38
38
39
39
- script : |
40
40
set -xe
41
+ sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev
41
42
sudo dpkg -i libnl-3-200_*.deb
42
43
sudo dpkg -i libnl-genl-3-200_*.deb
43
44
sudo dpkg -i libnl-route-3-200_*.deb
@@ -77,6 +78,15 @@ stages:
77
78
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/
78
79
displayName: 'Install Python dependencies'
79
80
81
+ - script : |
82
+ set -ex
83
+ # Install .NET CORE
84
+ curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
85
+ sudo apt-add-repository https://packages.microsoft.com/debian/10/prod
86
+ sudo apt-get update
87
+ sudo apt-get install -y dotnet-sdk-5.0
88
+ displayName: "Install .NET CORE"
89
+
80
90
- script : |
81
91
python3 setup.py test
82
92
displayName: 'Test Python 3'
You can’t perform that action at this time.
0 commit comments