This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
[dotnet-watch] Watching multiple projects #247
Closed
Description
Both dotnet build
and dotnet test
support glob patterns for multiple projects. For example, if I have a tests
folder with two projects under it I am able to run dotnet test tests/**
and it will execute the tests for both projects. It appears that watch
only works when executing in a working directory with a project.json
. Are there plans for glob pattern support or an ability to watch for changes across multiple projects?