Skip to content

Commit

Permalink
PublishSingleFile not allowed for Blazor
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Dec 12, 2024
1 parent f729de7 commit 9617590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: bash

- name: Publish
run: dotnet publish -c Release -r ${{matrix.runtime}} /p:Version=${{ env.VERSION }}.${{ github.run_number }} /p:PublishReadyToRun=true /p:EnableUnsafeBinaryFormatterSerialization=true /p:EnableUnsafeUTF7Encoding=true /p:InvariantGlobalization=true /p:DebugType=embedded /p:DebugSymbols=true -v m -o publish ${{env.PROJECT_PATH}}
run: dotnet publish -c Release -r ${{matrix.runtime}} /p:Version=${{ env.VERSION }}.${{ github.run_number }} /p:EnableUnsafeBinaryFormatterSerialization=true /p:EnableUnsafeUTF7Encoding=true /p:InvariantGlobalization=true /p:DebugType=embedded /p:DebugSymbols=true -v m -o publish ${{env.PROJECT_PATH}}
env:
matrix.runtime: ${{ matrix.os == 'windows-latest' && 'win-x64' || matrix.os == 'ubuntu-latest' && 'linux-x64' || 'osx-x64' }}

Expand Down

0 comments on commit 9617590

Please sign in to comment.