在 AppVeyor 上构建一直失败

Build Keeps Failing on AppVeyor

我正在尝试在 AppVeyor 上构建我的 C# 项目,因为抱怨缺少项目。我该如何解决这个问题?

AppVeyor Build

Github Repository

您必须设置 <NuProjPath>..\packages\NuProj.0.11.14-beta\tools\</NuProjPath> 而不是 <NuProjPath Condition=" '$(NuProjPath)' == '' ">$(MSBuildExtensionsPath)\NuProj\</NuProjPath> here according to NuProj doc