From c0770e4e92680918488badb1a8c1627d09b6e95e Mon Sep 17 00:00:00 2001 From: Jukka Arola Date: Sat, 8 Mar 2025 16:16:45 +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 cd22da05..9d4c73ca 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 ./oqtane.sln + run: dotnet build --configuration Release Oqtane.sln - name: dotnet publish run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp