Antarr Byrd
Antarr Byrd

Reputation: 26091

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

Upvotes: 0

Views: 84

Answers (1)

Ilya Finkelsheyn
Ilya Finkelsheyn

Reputation: 2881

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

Upvotes: 1

Related Questions