aspnet / Universe

[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add debug build/test run configuration to CI

pakrym opened this issue · comments

There is a separate logic in kestrel that does more assertions in DEBUG configuration and may catch product bugs.

It's also nice to validate that all projects at least build in debug configuration.

Could we just do this on a case-by-case basis? I doubt most repos have significant configuration specific code paths.

We're not planning to do more on the TC infrastructure, only reactive work for existing releases. Let's approach this on a case-by-case basis.