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
Hi it is possible to add ability to specify projects groups based on trait|category|group?
This could replace slnf, so instead of having several slnf files in repository we could have only one slnx file where could be projects annotated with props. i.e Category|Group...
Hi it is possible to add ability to specify projects groups based on
trait
|category
|group
?This could replace slnf, so instead of having several slnf files in repository we could have only one slnx file where could be projects annotated with props. i.e Category|Group...
Example
Usage
dotnet test --filter Category=UnitTests
this should build&test
test\UnitTests\UnitTests.csproj
andtest\UnitTests1\UnitTests1.csproj
dotnet build --filter Category=Group2
this should build
src\My.API1\My.API1.csproj
andsrc\My.API4\My.API4.csproj
The text was updated successfully, but these errors were encountered: