After adding the nuget to my project and building, I get the following error:
Description: The imported project "...\packages\DnnPackager.1.0.2.build\MSBuild.Community.Tasks.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. ...\packages\DnnPackager.1.0.2\tools\DnnPackager.targets
File: ....nuget\NuGet.targets
The .build folder is in the folder with my solution file, not in the packages\DnnPackager.1.0.2 folder.
The project seemed to build and I have a zip file in the InstallPackages folder.
After adding the nuget to my project and building, I get the following error:
The
.buildfolder is in the folder with my solution file, not in thepackages\DnnPackager.1.0.2folder.The project seemed to build and I have a zip file in the
InstallPackagesfolder.