Anyone upgrade to VS2017 when doing publish get Microsoft.Bcl.Build error? Build is OK, when publish the site with WebDeploy Packge it throw out below errors:
Could not locate E:*\MyCompany.ProjectName.Web.Core\packages.config. Ensure that this project has Microsoft.Bcl.Build installed and packages.config is located next to the project file.
Currently, no idea how to fix it, even add reference to Microsoft.Bcl.Build in this project.
9 Answer(s)
-
0
Hi,
Thank you for informing us. We will try this and let you know of the result.
Thanks.
-
0
Hi,
Our project worked on local publish with VS 2017. Can you try to download latest version from our github repository and publish it using VS 2017 ?
Thanks.
-
0
I have tried on your latest source code, it also have the same issues.
Did you test with publish WebDeploy Package mode? if publish WebDeploy mode it works fine.
-
0
Hi,
Thanks for the feedback, we will try WebDeploy Package mode and let you know the result as soon as possible.
-
0
The exactly error message as below:
Severity Code Description Project File Line Suppression State Error Could not locate E:\Source\Repos\aspnet-zero-core\aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Core\packages.config. Ensure that this project has Microsoft.Bcl.Build installed and packages.config is located next to the project file. MyCompanyName.AbpZeroTemplate.Web.Host 0
Is there a schedule to release 3.3.0, if this issue could be resolved in the in coming release will be better.
-
0
Hi,
We will release it today probably. But before that we will fix this problem.
Thanks.
-
0
Hi,
As a temporary solution, you can use this <a class="postlink" href="https://github.com/NuGet/Home/issues/2913#issuecomment-239181431">https://github.com/NuGet/Home/issues/29 ... -239181431</a>. We couldn't decide what is the best way of solving this problem at the moment.
Thanks.
-
0
Thanks a lot, I will take a try later. Configurations for zero 3.3.0 released today!
-
0
Yes, it is released :). But you need to apply above solution in it as well.