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