We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58561da commit 73cc1faCopy full SHA for 73cc1fa
1 file changed
.github/workflows/ci.yml
@@ -122,7 +122,7 @@ jobs:
122
- run: npm pack ./js-nojquery
123
124
- if: ${{ env.RELEASE_KEY_SECRET != '' }}
125
- 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
126
127
- uses: actions/upload-artifact@v4
128
with:
0 commit comments