【发布时间】:2019-01-31 16:38:39
【问题描述】:
遵循here 的示例,我正在尝试执行
dotnet sln AllProjects.sln add **/*.csproj
但我得到这个错误:
找不到项目或目录
**/*.csproj。
通配符似乎不起作用。我做错了什么?
【问题讨论】:
-
操作系统是什么?
-
Windows、PowerShell
-
您的项目是否在 .net core 中?
-
不,他们不是
-
不是 100%,但我认为 **/ 是基于 Linux 的...尝试 (dot) ./* 或 (dot)(dot) 如果你的备份一级
标签: c# .net projects-and-solutions solution dotnet-cli