We are using a temporary location to pack and compile against.
Since upgrading NuGet.exe to version 2.0 when we use the install command with a packages.config file it doesnt install the packages. However if we call with the specific package and version it does.
nuget install "C:\SVN\cs\Library\Framework\packages.config" -Source "C:\Users\dunkerleyj\AppData\Local\Horizon\NuGetBuilder\4292" -OutputDirectory "C:\SVN\cs\packages"
Has no result
nuget install Horizon.Logging -version 1.0.4566.20938 -Source "C:\Users\dunkerleyj\AppData\Local\Horizon\NuGetBuilder\4292" -OutputDirectory "C:\SVN\cs\packages"
results in: Successfully installed 'Horizon.Logging 1.0.4566.20938'.
Since upgrading NuGet.exe to version 2.0 when we use the install command with a packages.config file it doesnt install the packages. However if we call with the specific package and version it does.
nuget install "C:\SVN\cs\Library\Framework\packages.config" -Source "C:\Users\dunkerleyj\AppData\Local\Horizon\NuGetBuilder\4292" -OutputDirectory "C:\SVN\cs\packages"
Has no result
nuget install Horizon.Logging -version 1.0.4566.20938 -Source "C:\Users\dunkerleyj\AppData\Local\Horizon\NuGetBuilder\4292" -OutputDirectory "C:\SVN\cs\packages"
results in: Successfully installed 'Horizon.Logging 1.0.4566.20938'.