Skip to content

Commit

Permalink
CI: Save PDB within symbols.nupkg (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov authored Sep 12, 2024
1 parent c65167d commit 703bb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
- run: npm pack ./js-nojquery

- if: ${{ env.RELEASE_KEY_SECRET != '' }}
run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release
run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release --include-symbols

- uses: actions/upload-artifact@v3
with:
name: release-packages
path: |
net/DevExtreme.AspNet.Data/bin/Release/*
net/DevExtreme.AspNet.Data/bin/Release/*.nupkg
devextreme-aspnet-data-*.tgz
docfx:
Expand Down

0 comments on commit 703bb52

Please sign in to comment.