Skip to content

Commit

Permalink
Merge pull request #7 from thebrowsercompany/seb/symbols
Browse files Browse the repository at this point in the history
Upload PDBs to the symbol server
  • Loading branch information
sebmarchand authored Feb 15, 2024
2 parents 7ade259 + 3084c1c commit 9478484
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bcny-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,11 @@ 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
uses: microsoft/action-publish-symbols@719c40b80e38bca806f3e01e1e3dd3a67554cd68
with:
accountName: thebrowsercompany
personalAccessToken: ${{ secrets.SYMBOL_SERVER_PAT }}
symbolsFolder: ${{ github.workspace }}\sentry-native-development\usr\bin
searchPattern: '**/*.pdb'

0 comments on commit 9478484

Please sign in to comment.