microsoft / WinDbg-Samples

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

Remove vpack creation from CI pipeline #96

Closed karthikmacherla closed 12 months ago

karthikmacherla commented 12 months ago

Why

ExdiGdbSrv needs to be EO compliant and meet SBOM requirements.

What

The VPack creation step has been moved to ADO in order to be more security compliant with SBOM. Additionally, triggers have been set up so that when this build successfully completes, a different pipeline will run which updates the VPack and automatically updates the OS repo.