Skip to content

Commit

Permalink
remove pdb file when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
agailloty committed Feb 13, 2025
1 parent 1e6aa11 commit 698c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet publish -c Release --self-contained -p:PublishTrimmed=true -o ./publish
run: dotnet publish -c Release --self-contained -p:PublishTrimmed=true -p:DebugType=None -o ./publish

- name: Archive build (Ubuntu)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 698c3c9

Please sign in to comment.