From ca4908afe498efb888c458655b614ec00eb72ea7 Mon Sep 17 00:00:00 2001 From: Jukka Arola Date: Sat, 8 Mar 2025 16:15:55 +0200 Subject: [PATCH] Update azure-webapps-dotnet-core.yml --- .github/workflows/azure-webapps-dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index 866c976e..cd22da05 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -53,7 +53,7 @@ jobs: ${{ runner.os }}-nuget- - name: Build with dotnet - run: dotnet build --configuration Release + run: dotnet build --configuration Release ./oqtane.sln - name: dotnet publish run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp