Temporarily prevent API Scan from breaking our new OneBranch Official pipeline runs#3990
Conversation
…ial pipeline runs.
There was a problem hiding this comment.
Pull request overview
This PR temporarily disables the breaking behavior of API Scan in the official OneBranch pipeline to unblock the Preview 4 release. The change sets break: false for the apiscan SDL configuration while adding a TODO comment that references work item 42858 and explains the required follow-up actions (registering new packages with API Scan and publishing documentation).
Changes:
- Temporarily disabled API Scan breaking the official pipeline build to unblock Preview 4 release while setup work is completed
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #3990 +/- ##
==========================================
- Coverage 74.43% 64.75% -9.68%
==========================================
Files 287 282 -5
Lines 43965 66073 +22108
==========================================
+ Hits 32725 42787 +10062
- Misses 11240 23286 +12046
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
There is some further setup required for API Scan to be happy with our new NuGet packages. This shouldn't hold up Preview 4, so I have disabled the breaking feature to allow our Official pipeline to get past the API Scan checks.