Search code examples
c#.netmsbuildappveyor

Build Keeps Failing on AppVeyor


I'm trying to build my C# project on AppVeyor because complaining about a missing project. How can I resolve this?

AppVeyor Build

Github Repository


Solution

  • You have to set <NuProjPath>..\packages\NuProj.0.11.14-beta\tools\</NuProjPath> instead of <NuProjPath Condition=" '$(NuProjPath)' == '' ">$(MSBuildExtensionsPath)\NuProj\</NuProjPath> here according to NuProj doc