NuGet.exe pack gives access to the path is denied

前端 未结 9 1299
生来不讨喜
生来不讨喜 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 my case something happened when switching branch in git. Everyone lost execute permissions for Nuget.exe.

    This blog post helped me: http://mannysiddiqui.wordpress.com/2013/05/11/nuget-access-is-denied-command-existed-with-code-5/

提交回复
热议问题