Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- run: npm pack ./js-nojquery

- if: ${{ env.RELEASE_KEY_SECRET != '' }}
run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release --include-symbols
run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
Comment thread
mpreyskurantov marked this conversation as resolved.

- uses: actions/upload-artifact@v4
with:
Expand Down
Loading