I have a project under source control (TFS) and it physical location is:
C:\repositry\devRep\application\DevEnv\Test\Project1
I have moved solution file (.sln)
and its project to one level up using TFS (Source Control Explorer Move option)
C:\repositry\devRep\application\DevEnv\Project1
However, I did not move .nuget folder
one level up and it is still at original location
C:\repositry\devRep\application\DevEnv\Test\Project1
Problem:
If i build i get the following error
This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.
Also, If i try to open package.config under .NuGet folder
of my solution, i get this error
Downloading package 'NuGet.Build' failed.
I am sure it is becuase i did not move it up along with solution and projects BUT i am not sure how do i move it up?
? Same approach as i did for projects ? just delete this folder and VS will auto create it?
Any suggestion?