microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
701 stars 118 forks source link

Migrate pipeline to internal One Branch Pipeline #106

Closed karthikmacherla closed 5 months ago

karthikmacherla commented 5 months ago

Why

Previously, we moved vpack creation to one branch so things could be done automatically. Now, for security concerns with S360, we have to move everything to one branch and get rid of this pipeline.  

What

I've already made a change that moves the work done in this pipeline to the same one branch pipeline which creates our VPack. See Debugger-VPacks for more info. This change removes all pipeline code from this solution.

Testing

N/A