ASP.net core2.0正在编译但不发布

时间:2017-11-09 06:25:08

标签: asp.net visual-studio-2017 publish publishing asp.net-core-2.0

我正在尝试发布一个.net core 2.0网站,它正在编译,没有任何错误,但抛出:

"Could not find file PATH\netcoreapp2.0\PATH.AssemblyInfo.cs"

1 个答案:

答案 0 :(得分:0)

在阅读完评论后:

https://github.com/dotnet/cli/issues/6649

我按照这个顺序来捕捉隐藏的错误:

dotnet restore - >没有错误

dotnet build -c debug - >没有错误

dotnet publish -c debug - >出现错误

对我来说,这是因为在@<text>模板中使用了Kendo().Grid