Skip to content

Commit 703bb52

Browse files
CI: Save PDB within symbols.nupkg (#639)
1 parent c65167d commit 703bb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ jobs:
110110
- run: npm pack ./js-nojquery
111111

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

115115
- uses: actions/upload-artifact@v3
116116
with:
117117
name: release-packages
118118
path: |
119-
net/DevExtreme.AspNet.Data/bin/Release/*
119+
net/DevExtreme.AspNet.Data/bin/Release/*.nupkg
120120
devextreme-aspnet-data-*.tgz
121121
122122
docfx:

0 commit comments

Comments
 (0)