We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65167d commit 703bb52Copy full SHA for 703bb52
1 file changed
.github/workflows/ci.yml
@@ -110,13 +110,13 @@ jobs:
110
- run: npm pack ./js-nojquery
111
112
- if: ${{ env.RELEASE_KEY_SECRET != '' }}
113
- run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release
+ run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release --include-symbols
114
115
- uses: actions/upload-artifact@v3
116
with:
117
name: release-packages
118
path: |
119
- net/DevExtreme.AspNet.Data/bin/Release/*
+ net/DevExtreme.AspNet.Data/bin/Release/*.nupkg
120
devextreme-aspnet-data-*.tgz
121
122
docfx:
0 commit comments