Skip to content

Commit e8b6c5c

Browse files
[ci] Fix python coverage color bar (#1692)
Signed-off-by: pettershao-ragilenetworks <pettershao@ragilenetworks.com>
1 parent 888701b commit e8b6c5c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipelines.yml

+10
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)