From 9127da530aba58665c702f1f264a5f6c07c1d540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 4 Jan 2023 15:36:50 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8431618..fc7cc65 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ steps: - task: UseDotNet@2 inputs: version: $(dotNetVersion) -- script: dotnet build --configuration $(buildConfiguration) "WebAPI/WebAPI.csproj" +- script: dotnet build --configuration $(buildConfiguration) "WebAPI/DiunaBI-WebAPI.csproj" displayName: 'Build .NET 6 Application' - task: DotNetCoreCLI@2