From 920a1d680e233ed003c8de9f76a686d364f37a53 Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Wed, 24 Jul 2024 19:48:32 +0200 Subject: [PATCH] Update pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2ea8385..c3ba68d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,9 +11,9 @@ variables: steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 5.x' + displayName: 'Use .NET Core SDK 8.x' inputs: - version: 5.x + version: 8.x - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)'