File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ stages:
3838
3939 - script : |
4040 set -xe
41+ sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev
4142 sudo dpkg -i libnl-3-200_*.deb
4243 sudo dpkg -i libnl-genl-3-200_*.deb
4344 sudo dpkg -i libnl-route-3-200_*.deb
@@ -77,6 +78,15 @@ stages:
7778 workingDirectory: $(Pipeline.Workspace)/target/python-wheels/
7879 displayName: 'Install Python dependencies'
7980
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+
8090 - script : |
8191 python3 setup.py test
8292 displayName: 'Test Python 3'
You can’t perform that action at this time.
0 commit comments