Skip to content

Commit

Permalink
publish with debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart committed Sep 30, 2023
1 parent f6fb47b commit e9410c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: dotnet build ./MementoMori.WebUI/MementoMori.WebUI.csproj -c Release --no-restore
- name: Publish ${{matrix.rid}}
run: dotnet publish ./MementoMori.WebUI/MementoMori.WebUI.csproj -c Release -r ${{matrix.rid}} -p:RunAOTCompilation=true -o publish-${{matrix.rid}} --sc -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:PublishReadyToRun=true -p:DebugSymbols=false -p:DebugType=None
run: dotnet publish ./MementoMori.WebUI/MementoMori.WebUI.csproj -c Release -r ${{matrix.rid}} -p:RunAOTCompilation=true -o publish-${{matrix.rid}} --sc -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:PublishReadyToRun=true
- name: Archive Release ${{matrix.rid}}
uses: thedoctor0/zip-release@0.7.1
with:
Expand Down

0 comments on commit e9410c8

Please sign in to comment.