Skip to content

Commit

Permalink
Upload PDBs to the symbol server
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarchand committed Feb 15, 2024
1 parent 7ade259 commit acc9f38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/bcny-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,12 @@ jobs:
$pkgs = Get-ChildItem -Path io.sentry.sentry-native.crashpad.windows.*.nupkg
nuget push $pkgs[0].Name -Source ${env:NUGET_SOURCE_URL} -SkipDuplicate
shell: pwsh

- name: Upload PDBs to Azure
if: always()
uses: microsoft/action-publish-symbols@719c40b80e38bca806f3e01e1e3dd3a67554cd68
with:
accountName: thebrowsercompany
personalAccessToken: ${{ secrets.SYMBOL_SERVER_PAT }}
symbolsFolder: ${{ env.DESTDIR }}\bin
searchPattern: '**/*.pdb'

0 comments on commit acc9f38

Please sign in to comment.