diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 005354a71a..bc99838cda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,3 +72,4 @@ jobs: if-no-files-found: error path: | ${{ github.workspace }}/src/**/Release/*.nupkg + ${{ github.workspace }}/src/**/Release/*.snupkg diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc7e58beb..253ec489c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixes - Workaround Visual Studio "Pair to Mac" issue (on Windows), and Update bundled Cocoa SDK to version 7.31.5 ([#2164](https://github.com/getsentry/sentry-dotnet/pull/2164)) +- Sentry SDK assemblies no longer have PDBs embedded. Debug symbols are uploaded to `nuget.org` as `snupkg` packages ([#2166](https://github.com/getsentry/sentry-dotnet/pull/2166)) ## 3.27.1 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index ca27dc82c4..26e0f2acec 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -23,17 +23,18 @@ MIT README.md - - + true - + true + snupkg true - - embedded false annotations - $(MSBuildThisFileDirectory)CodeAnalysis.ruleset