cake-build/cake
Ver no GitHubDotNetCoreRestore: support multiple root paths
Open
#1.204 aberto em 31 de ago. de 2016
Help wantedImprovementUp-for-grabs
Métricas do repositório
- Stars
- (3.742 stars)
- Métricas de merge de PR
- (Mesclagem média 1d 1h) (25 fundiu PRs em 30d)
Description
Right now, the tool assumes there is only one path.
However, you can do the following:
dotnet restore "src/" "test/" which is just a list of paths to restore. I'll make the tool support that.