NuGet.exe pack gives access to the path is denied

前端 未结 9 1356
生来不讨喜
生来不讨喜 2021-01-07 15:56

When I try to pack my MVC project (NuGet.exe pack) I get:

NuGet.exe : Access to the path \'...\' is denied.

This happens to be

9条回答
  •  不要未来只要你来
    2021-01-07 16:58

    In order to Restore nuget packages, remove read only permissions from the folder level (for windows). Clean the solution and Build. It will works

提交回复
热议问题