From 244a18853f56d40ad8460455fc20f9352402d022 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Tue, 15 Oct 2024 23:36:02 -0700 Subject: [PATCH] Update the .NET core version to 8.0 (#3280) 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 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8cb6586a9b..5781be9436 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: |