-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error #4
Comments
Thank you for taking some time to create an issue on github :) I am not able to replicate this issue but some thoughts spring to mind. Could you let me know the following:
Many thanks |
So I realized after posting that the error was coming from NuGet.targets. We were using the old NuGet package restore implementation for building packages. I'm not sure if it was the building of the packages or the restoring of them that threw the error. I eliminated it by removing all the NuGet stuff since I'm trying to use your mechanism. |
Ah ok - glad to hear you made progress with it. Let me know if anything else crops up. :) |
I'll assume there is nothing further to do here - closing. |
After adding the nuget to my project and building, I get the following error:
The
.build
folder is in the folder with my solution file, not in thepackages\DnnPackager.1.0.2
folder.The project seemed to build and I have a zip file in the
InstallPackages
folder.The text was updated successfully, but these errors were encountered: