From 703bb52e0a2ee830cb02bffff40663c1333e1fdd Mon Sep 17 00:00:00 2001 From: Mikhail Preyskurantov <5574159+mpreyskurantov@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:31:12 +0300 Subject: [PATCH] CI: Save PDB within symbols.nupkg (#639) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6304523f..f4061704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,13 +110,13 @@ jobs: - run: npm pack ./js-nojquery - if: ${{ env.RELEASE_KEY_SECRET != '' }} - run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release + run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release --include-symbols - uses: actions/upload-artifact@v3 with: name: release-packages path: | - net/DevExtreme.AspNet.Data/bin/Release/* + net/DevExtreme.AspNet.Data/bin/Release/*.nupkg devextreme-aspnet-data-*.tgz docfx: