[PR #10431] Setup OneFuzz for CI #28051

Open
opened 2026-01-31 09:25:59 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/10431

State: closed
Merged: Yes


Summary of the Pull Request

This PR sets up a OneFuzz pipeline on Azure DevOps for our repo.

Detailed Description of the Pull Request / Additional comments

  • fuzz.yml: defines the stages and pipeline for ADO
  • build-console-fuzzing: builds the solution in the Fuzzing configuration
  • build-console-steps: omits a few tasks that are unnecessary for this build configuration
  • sln and vcxproj changes: the solution wasn't building in CI. This makes sure that's fixed.
  • fuzzing.md: a short guide on how to get OneFuzz set up and add a new fuzzer

References

#7638

**Original Pull Request:** https://github.com/microsoft/terminal/pull/10431 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request This PR sets up a OneFuzz pipeline on Azure DevOps for our repo. ## Detailed Description of the Pull Request / Additional comments - fuzz.yml: defines the stages and pipeline for ADO - build-console-fuzzing: builds the solution in the Fuzzing configuration - build-console-steps: omits a few tasks that are unnecessary for this build configuration - sln and vcxproj changes: the solution wasn't building in CI. This makes sure that's fixed. - fuzzing.md: a short guide on how to get OneFuzz set up and add a new fuzzer ## References #7638
claunia added the pull-request label 2026-01-31 09:25:59 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28051