Skip to content

Commit

Permalink
Update the .NET core version to 8.0 (sonic-net#3280)
Browse files Browse the repository at this point in the history
For the HTML code coverage report, .NET 6 or newer is needed. Install
.NET 8 as it is the latest version currently.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
  • Loading branch information
saiarcot895 authored Oct 16, 2024
1 parent 319f58d commit 244a188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ stages:
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo apt-add-repository https://packages.microsoft.com/debian/11/prod
sudo apt-get update
sudo apt-get install -y dotnet-sdk-5.0
sudo apt-get install -y dotnet-sdk-8.0
displayName: "Install .NET CORE"
- script: |
Expand Down

0 comments on commit 244a188

Please sign in to comment.