NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 253 forks source link

All Package Installs are Failing #5599

Open shaunryan opened 7 years ago

shaunryan commented 7 years ago

Details about Problem

NuGet product used (VS 2015 UI):

NuGet version (NuGet Package Manager 3.5.0):

dotnet.exe --version (all):

VS version (2015):

OS version (win 7)

Worked before? If so, with which NuGet version: same

Detailed repro steps so we can see the same problem

  1. I changed my nugget dir to C:\Code\Shaun.Ryan\BI\Nuget\Packages since it was filling up my profile drive (we're restricted on how big that can be)

  2. Now when I try and install any package it fails

capture

emgarten commented 7 years ago

@shaunryan would you provide additional repro steps for this?

I changed my nugget dir to C:\Code\Shaun.Ryan\BI\Nuget\Packages

How did you set this?

shaunryan commented 7 years ago

I used the nuget.exe util as described here:

nuget config -set repositoryPath=c:\packages -configfile c:\my.config https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior

Thanks