diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 662bb01..52b10aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: - name: Build and publish run: | dotnet build --configuration Release - dotnet publish -c Release -o ${{ env.AZURE_WEBAPP_PROJECT_PATH }} + dotnet publish -c Release -o ${{ env.AZURE_WEBAPP_PROJECT_PATH }} -maxcpucount:1 # Deploy to Azure Web apps - name: 'Run Azure webapp deploy action using publish profile credentials'