【发布时间】:2018-01-24 14:25:30
【问题描述】:
我有一个使用 .net core 2.0 的 web asp.net 解决方案。我正在使用命令构建它:
dotnet publish MySolution.sln --configuration release --output d:\test_output
但是当我检查输出文件夹时,我看到很多本地化文件夹,如下图所示:
有没有办法在不生成这些文件夹的情况下发布代码?
【问题讨论】:
-
你的问题早于它,但同样的问题,有答案,在这里:stackoverflow.com/questions/48893450/…
标签: .net-core publishing