From 796596b093cd82556ca0db78229cf138be293a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 19 Jun 2024 08:15:59 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d54cd41..0d8e071 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,8 @@ variables: buildConfiguration: 'Release' targetRuntime: 'linux-x64' selfContained: false - dotNetFramework: 'net7.0' - dotNetVersion: '7.0.x' + dotNetFramework: 'net8.0' + dotNetVersion: '8.0.x' buildId: $(Build.BuildNumber) steps: @@ -23,7 +23,7 @@ steps: inputs: version: $(dotNetVersion) - script: dotnet build --configuration $(buildConfiguration) "WebAPI/DiunaBI-WebAPI.csproj" - displayName: 'Build .NET 6 Application' + displayName: 'Build .NET 8 Application' - task: DotNetCoreCLI@2 displayName: 'dotnet publish $(buildConfiguration)'