Skip to content

Commit 73cc1fa

Browse files
dotnet pack: include-symbols -> snupkg
1 parent 58561da commit 73cc1fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- run: npm pack ./js-nojquery
123123

124124
- if: ${{ env.RELEASE_KEY_SECRET != '' }}
125-
run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release --include-symbols
125+
run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
126126

127127
- uses: actions/upload-artifact@v4
128128
with:

0 commit comments

Comments
 (0)