Skip to content

Commit 004a8b6

Browse files
authored
[AzurePipeline] Fix vstest step failed by libyang missing. (#12240)
Why I did it Fix PR merge failed because 'vstest' step does not install libyang. How I did it Install libyang in azure pipeline. How to verify it Pass vstest step.
1 parent eea8ebd commit 004a8b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ stages:
113113

114114
- script: |
115115
set -x
116+
sudo apt-get update
117+
sudo apt-get install libyang0.16 -y
116118
sudo dpkg -i --force-confask,confnew ../libswsscommon_1.0.0_amd64.deb
117119
sudo dpkg -i ../python3-swsscommon_1.0.0_amd64.deb
118120
sudo docker load -i ../target/docker-sonic-vs.gz

0 commit comments

Comments
 (0)