【发布时间】:2020-08-04 07:49:58
【问题描述】:
我有一个包含多个项目的解决方案,例如:
Solution.Sln
---> Authentication (folder)
-------> API.csproj
-------> Service.csproj
-------> Entity.csproj
-------> Others.csproj
---> Common (folder)
---> Finance (folder)
-------> API.csproj
-------> Service.csproj
-------> Entity.csproj
-------> Others.csproj
---> Others (folder)
-------> API.csproj
-------> Service.csproj
-------> Entity.csproj
-------> Others.csproj
我想编写一个特定的 dotnet publish 命令来仅发布包含 IIS 网站项目的身份验证文件夹。 有什么解决办法吗?
【问题讨论】:
-
这是 .NET Core 吗?