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 b20f8bd commit b6d0c37Copy full SHA for b6d0c37
.github/workflows/build.yml
@@ -188,6 +188,10 @@ jobs:
188
- name: Create NuGet Packages
189
run: dotnet pack Sentry-CI-Build-${{ matrix.target || runner.os }}.slnf -c Release --no-build --nologo
190
191
+ - name: Inspect NuGet Packages
192
+ shell: bash
193
+ run: unzip -l src/Sentry/bin/Release/Sentry.*.nupkg
194
+
195
- name: Archive NuGet Packages
196
if: env.CI_PUBLISHING_BUILD == 'true'
197
uses: actions/upload-artifact@v4
0 commit comments