From ffd4b5ed50b5eeca0fdc154d0b39d0edca0f2fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Tue, 6 Dec 2022 11:28:39 +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 6f2a46c..046a974 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/Diuna WebAPI.csproj" +- script: dotnet build --configuration $(buildConfiguration) "WebAPI/WebAPI.csproj" displayName: 'Build .NET 6 Application' - task: DotNetCoreCLI@2