Skip to content

Commit

Permalink
remove symbol publishing for now (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nigriMSFT authored Nov 18, 2023
1 parent 50124f4 commit 529bef7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ jobs:
!artifacts/bin/**/*.ilk
!artifacts/bin/**/*.exp
!artifacts/bin/**/*.lastcodeanalysissucceeded
- name: Publish Symbols
uses: microsoft/action-publish-symbols@719c40b80e38bca806f3e01e1e3dd3a67554cd68
if: github.event_name != 'pull_request' && matrix.os == 2022
with:
accountName: mscodehub
symbolServiceUrl: 'https://artifacts.dev.azure.com'
personalAccessToken: ${{ secrets.AZDO_PAT }}
create_artifacts:
name: Create Release Artifacts
Expand Down

0 comments on commit 529bef7

Please sign in to comment.