@@ -38,7 +38,7 @@ stages:
3838 - ${{ if parameters.PackagePush }} :
3939 - job : push
4040 ${{ if parameters.RealSign }} :
41- displayName : azure-public/vssdk feed
41+ displayName : azure-public feeds
4242 ${{ else }} :
4343 displayName : devdiv/vs-impl feed # Leave this as-is, since non-signed builds must not be pushed to public feeds.
4444 ${{ if parameters.ArchiveSymbols }} :
@@ -61,6 +61,17 @@ stages:
6161 ${{ else }} :
6262 nuGetFeedType : internal
6363 publishVstsFeed : vs-impl # Leave this as-is, since non-signed builds must not be pushed to public feeds.
64+ - output : nuget
65+ displayName : 📦 Push WinDBG extension
66+ packagesToPush : ' $(Pipeline.Workspace)/deployables-Windows/WinDBGGallery/*.nupkg'
67+ packageParentPath : $(Pipeline.Workspace)/deployables-Windows/WinDBGGallery
68+ allowPackageConflicts : true
69+ ${{ if parameters.RealSign }} :
70+ nuGetFeedType : external
71+ publishFeedCredentials : azure-public/vs-impl
72+ ${{ else }} :
73+ nuGetFeedType : internal
74+ publishVstsFeed : vs-impl # Leave this as-is, since non-signed builds must not be pushed to public feeds.
6475 steps :
6576 - checkout : none
6677 - download : current
@@ -76,3 +87,7 @@ stages:
7687 parameters :
7788 wifServiceConnectionName : azure-public/vside package push
7889 deadPATServiceConnectionId : 42175e93-c771-4a4f-a132-3cca78f44b3b # azure-public/vssdk
90+ - template : WIFtoPATauth.yml
91+ parameters :
92+ wifServiceConnectionName : azure-public/vside package push
93+ deadPATServiceConnectionId : 207efd62-fd0f-43e7-aeae-17c4febcc660 # azure-public/vs-impl
0 commit comments