Nuget.target
hello , I'm new to appveyor , recently I tried to build some project. It turns out it has error when I try to build it , it says
"The imported project "C:\projects\Solutions.nuget\nuget.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk."
Can I know what is the problem? Thanks
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 11 Mar, 2014 02:11 AM
If you have NuGet Package Restore enabled for Visual Studio make sure you added contents of
.nuget
folder into your repository.2 Posted by shakir.sudar on 12 Mar, 2014 04:00 AM
I have done that but it looks like it doesnt solve the issue. I got an
error when try to build my project.
error MSB4019: The imported project
"C:\projects\Solutions\.nuget\nuget.targets" was not found. Confirm that
the path in the declaration is correct, and that the file exists on disk.
please help
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:37 AM.