AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
128 stars 26 forks source link

Move APIScan to its own pipeline #256

Open AArnott opened 6 months ago

AArnott commented 6 months ago

APIScan is very slow and nowadays is (suitably) non-blocking to PRs and CIs. We should move it to its own pipeline (as I've done in vs-green already) that has a schedule trigger.

AArnott commented 6 months ago

Alternatively to make failures more noticeable, leave it turned on for signed builds, since folks don't usually wait for those to complete, but they definitely notice when they malfunction.