In Visual Studio, nupack adds a shell window called the package manager console. I think this will be a good place to run version control commands (I use Mercurial). However, the default working directory is my folder for users, so I need to go to the folder with the code every time I load a new project.
I am wondering if there is one line for installing the working directory in the solutions folder. for example, does something like this exist?
cd $SolutionFolder
From the results of get-variable it does not look like there is something immediately available, but I have never used powershell before, so maybe there is a way to get the solution folder?
powershell nuget
Mark heath
source share