File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 58
58
displayName: "Compile sonic swss common with coverage enabled"
59
59
- ${{ if eq(parameters.run_unit_test, true) }} :
60
60
- script : |
61
+ set -ex
61
62
sudo pip install Pympler==0.8
62
63
sudo apt-get install -y redis-server
63
64
sudo sed -i 's/notify-keyspace-events ""/notify-keyspace-events AKE/' /etc/redis/redis.conf
79
80
- publish : $(System.DefaultWorkingDirectory)/
80
81
artifact : ${{ parameters.artifact_name }}
81
82
displayName : " Archive swss common debian packages"
83
+ - script : |
84
+ set -ex
85
+ # Install .NET CORE
86
+ curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
87
+ sudo apt-add-repository https://packages.microsoft.com/debian/10/prod
88
+ sudo apt-get update
89
+ sudo apt-get install -y dotnet-sdk-5.0
90
+ displayName: "Install .NET CORE"
82
91
- task : PublishCodeCoverageResults@1
83
92
inputs :
84
93
codeCoverageTool : Cobertura
You can’t perform that action at this time.
0 commit comments