We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bea672 commit 6a800a0Copy full SHA for 6a800a0
.github/workflows/build.yml
@@ -194,6 +194,10 @@ jobs:
194
- name: Create NuGet Packages
195
run: dotnet pack Sentry-CI-Build-${{ matrix.target || runner.os }}.slnf -c Release --no-build --nologo
196
197
+ - name: Inspect NuGet Packages
198
+ shell: bash
199
+ run: unzip -l src/Sentry/bin/Release/Sentry.*.nupkg
200
+
201
- name: Archive NuGet Packages
202
if: env.CI_PUBLISHING_BUILD == 'true'
203
uses: actions/upload-artifact@v4
0 commit comments