microsoft / WinDbg-Samples

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

Remove vpack creation from CI pipeline #96

Closed karthikmacherla closed 8 months ago

karthikmacherla commented 8 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.