Visual Studio 2017 publishing .net core mvc app errors with 'the command "dotnet bundle" exited with code 1' -


i've migrated .net core mvc project working fine , publishing fine in visual studio 2015 visual studio 2017. problem cannot publish app @ all, publish failure , error 'the command "dotnet bundle" exited code 1'

i've found few post on other sites , stackoverflow suggest adding .csproj file (see this post here)

<itemgroup>    <dotnetclitoolreference include="bundlerminifier.core" version="2.4.337"/> </itemgroup> 

but despite adding still same error!?!

i can't seem find else try... don't suppose has anymore or other suggestions i've missed?

p.s. not loving microsoft's backward step (imho) project.json files old xml style .csproj files!


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -