Skip to content

Commit 3df6757

Browse files
[ci] fix result color bar in the code coverage report (#196)
Signed-off-by: pettershao-ragilenetworks <pettershao@ragilenetworks.com>
1 parent 2d2749a commit 3df6757

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666

6767
- script: |
6868
set -xe
69+
sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev
6970
sudo dpkg -i libnl-3-200_*.deb
7071
sudo dpkg -i libnl-genl-3-200_*.deb
7172
sudo dpkg -i libnl-route-3-200_*.deb
@@ -92,6 +93,15 @@ jobs:
9293
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/
9394
displayName: 'Install Python dependencies'
9495
96+
- script: |
97+
set -ex
98+
# Install .NET CORE
99+
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
100+
sudo apt-add-repository https://packages.microsoft.com/debian/10/prod
101+
sudo apt-get update
102+
sudo apt-get install -y dotnet-sdk-5.0
103+
displayName: "Install .NET CORE"
104+
95105
# Python 2
96106
- ${{ if eq(project.python2, true) }}:
97107
- script: |

0 commit comments

Comments
 (0)