The nuget cache for the user account is usually located under the name C:\Users\<user>\AppData\Local\NuGet\Cache.But where can this be found for the LOCAL SYSTEM account? This special user does not have a regular profile.
C:\Users\<user>\AppData\Local\NuGet\Cache
This combination is a fairly common scenario for a build server, for example. TeamCity.
On a 32-bit machine, it is located under %windir%\System32\config\systemprofile\AppData\Local\NuGet\Cache.
%windir%\System32\config\systemprofile\AppData\Local\NuGet\Cache
On a 64-bit machine, it is under %windir%\SysWOW64\config\systemprofile\AppData\Local\NuGet\Cache.
%windir%\SysWOW64\config\systemprofile\AppData\Local\NuGet\Cache
Source: https://habr.com/ru/post/1606252/More articles:Autofocus control on the camera when using Android Vision api's - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1606248/passing-additional-arguments-to-python-pandas-dataframe-apply&usg=ALkJrhgzsMYxId8xj-HHDpUJh-XQVe4WTAHow to set build agent priority in TeamCity? - teamcityКак выполнять параллельные загрузки в Go - concurrencyHow to create rating bars in Android? - androidWhy does dependencyGraph throw an IllegalStateException: does the sbt-dependency-graph plugin only support InlineConfiguration? - sbtAn effective way to apply the mirror effect when turning a quaternion? - mathWhat is the internal behavior of exception handling? - javaSetting colors in draw_networkx and in matplotlib - pythonWarning Implicit declaration posix_memalign - cAll Articles