The CI pipeline for C/C++ on Windows (defined here) reports success even when several builds fail. See this example where I recently broke the win32-dll build but the pipeline reported success (search "(Rebuild target(s)) -- FAILED" to easily find the issues). It also appears common for the sqllite build to be broken (as seen in this PR which did not introduce a bug the way mine did).
The CI pipeline for C/C++ on Windows (defined here) reports success even when several builds fail. See this example where I recently broke the win32-dll build but the pipeline reported success (search "(Rebuild target(s)) -- FAILED" to easily find the issues). It also appears common for the sqllite build to be broken (as seen in this PR which did not introduce a bug the way mine did).