LoginSignup
0

More than 5 years have passed since last update.

How to change .nuget directory

Posted at

prologue

  • Under VMWare Horizon View 7 - Full Clone environment, I have installed Visual Studio 2015 Community Edition.
  • I have experienced Profile size error dialogs during development with VS 2015
  • The User Profile size is limited = 300MB
  • Nuget tries to download the packages into C:\User.nuget which is limited under the restriction above.

How to change .nuget directory

  • set NUGET_PACKAGES environment variable
NUGET_PACKAGES = C:\Nuget\.nuget

:thumbsup:

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0