When installing NuGetPowerTools, I receive the following error:
PM> Install-Package NuGetPowerTools
Successfully installed 'NuGetPowerTools 0.29'.
Import-Module : AuthorizationManager check failed.
At C:\Temp\ConsoleApplication1\packages\NuGetPowerTools.0.29\tools\init.ps1:2 char:14
- Import-Module <<<< (Join-Path $toolsPath NuGetPowerTools.psd1)
- CategoryInfo : NotSpecified: (:) [Import-Module], PSSecurityException
- FullyQualifiedErrorId : RuntimeException,Microsoft.PowerShell.Commands.ImportModuleCommand
This was also reported by someone else on David's article: http://blog.davidebbo.com/2011/08/easy-way-to-set-up-nuget-to-restore.html
When installing NuGetPowerTools, I receive the following error:
PM> Install-Package NuGetPowerTools
Successfully installed 'NuGetPowerTools 0.29'.
Import-Module : AuthorizationManager check failed.
At C:\Temp\ConsoleApplication1\packages\NuGetPowerTools.0.29\tools\init.ps1:2 char:14
This was also reported by someone else on David's article: http://blog.davidebbo.com/2011/08/easy-way-to-set-up-nuget-to-restore.html