【发布时间】:2017-08-22 13:50:11
【问题描述】:
我们有一个 dotnet 核心应用程序,完整的框架引用了一个 ef6 库。从 VS2017 运行发布到 IIS 工作正常。
从 TFS2017 运行以下命令时,它不起作用(ef6 奇怪的错误)
- nuget 恢复 ***.sln
- dotnet restore src/CoolApp/CoolApp.csproj
- dotnet publish src/CoolApp/CoolApp.csproj --configuration release --output $(drop)
- (发布时)将 $(drop) 中的所有内容复制到 IIS 网站
exe的对比内容当然不一样,exe.config也不一样。
有什么我们遗漏的想法吗?
【问题讨论】:
-
当你得到什么错误,你能在这里发布错误吗?您能否详细说明什么是差异?
标签: iis tfs asp.net-core .net-core asp.net-core-webapi