You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
To Reproduce
In a repo with the following nuget config:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<addkey="globalPackagesFolder"value="./packages" />
</config>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<addkey="nuget"value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
I run dotnet tool exec dotnetsay "hello, world", and after execution the ./packages folder has no content, while C:\Users\chusk\.nuget\packages\dotnetsay does.