Skip to content

Commit

Permalink
Merge pull request #1380 from microsoft/publishWinDBGExtension
Browse files Browse the repository at this point in the history
Get !dumpasync ready for Azure Watson
  • Loading branch information
AArnott authored Jan 24, 2025
2 parents 53e6507 + ae6b056 commit bebd30b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion azure-pipelines/prepare-insertion-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stages:
- ${{ if parameters.PackagePush }}:
- job: push
${{ if parameters.RealSign }}:
displayName: azure-public/vssdk feed
displayName: azure-public feeds
${{ else }}:
displayName: devdiv/vs-impl feed # Leave this as-is, since non-signed builds must not be pushed to public feeds.
${{ if parameters.ArchiveSymbols }}:
Expand All @@ -61,6 +61,17 @@ stages:
${{ else }}:
nuGetFeedType: internal
publishVstsFeed: vs-impl # Leave this as-is, since non-signed builds must not be pushed to public feeds.
- output: nuget
displayName: 📦 Push WinDBG extension
packagesToPush: '$(Pipeline.Workspace)/deployables-Windows/WinDBGGallery/*.nupkg'
packageParentPath: $(Pipeline.Workspace)/deployables-Windows/WinDBGGallery
allowPackageConflicts: true
${{ if parameters.RealSign }}:
nuGetFeedType: external
publishFeedCredentials: azure-public/vs-impl
${{ else }}:
nuGetFeedType: internal
publishVstsFeed: vs-impl # Leave this as-is, since non-signed builds must not be pushed to public feeds.
steps:
- checkout: none
- download: current
Expand All @@ -76,3 +87,7 @@ stages:
parameters:
wifServiceConnectionName: azure-public/vside package push
deadPATServiceConnectionId: 42175e93-c771-4a4f-a132-3cca78f44b3b # azure-public/vssdk
- template: WIFtoPATauth.yml
parameters:
wifServiceConnectionName: azure-public/vside package push
deadPATServiceConnectionId: 207efd62-fd0f-43e7-aeae-17c4febcc660 # azure-public/vs-impl

0 comments on commit bebd30b

Please sign in to comment.