MSBUILD : error MSB4223: A node of the required type InProc could not be created
:(
new question. How to use nuproj with appveyor? I tried to run it naively and appveyor throws this during the build:
Harmony -> C:\projects\harmony\Harmony\bin\Debug\Harmony.dll
Harmony.Tests -> C:\projects\harmony\Harmony.Tests\bin\Debug\Harmony.Tests.dll
C:\projects\harmony\Harmony.Package\Harmony.Package.nuproj(41,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\NuProj\NuProj.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Command exited with code 1
How can I config appveyor to build my package?
GetTargetFrameworkMoniker
target to get framework version of the referenced project, and then NuGet's VersionUtility.GetShortFrameworkName
to determine the folder name.