You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use MSBuild.exe and vstest.console.exe rather than the dotnet cli due to incompatibility with mixed C++ / C# projects. The trouble is, both suggested uses of coverlet.collector require either dotnet test or dotnet publish. Ideally coverlet.collector should have a method of triggering the deployment that isn't via the dotnet cli tool unless there is some inherent incompatibility with mixed C++ / C# projects.