我刚刚使用以下方法清除了所有的nuget缓存:
dotnet nuget locals all --clear
但是现在当我尝试恢复/构建时,我收到以下错误
C:\dev\noddy\src\noddy.Api>dotnet build
C:\Program Files\dotnet\sdk\2.0.0\NuGet.targets(102,5): error : Access to the path 'InterfaceStubGenerator.BuildTasks.dll' is denied. [C:\dev\noddy\src\noddy.Api\noddy.Api.csproj]
任何人都知道如何解决这个问题?