Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
All access to non-Infragistics PowerShell Nuget access fails without Infragistics Credentials
posted
Once I set Visual Studio 2017 to use Infragistics licensed feed all PowerShell command line references to NuGet warn and then fail.
Registered Sources:
PS C:\WINDOWS\system32> Get-PackageSource
Name                         ProviderName     IsTrusted  Location
----                             ------------               ---------      --------
nuget.org                   NuGet                  False         api.nuget.org/.../index.json
Infragistics Feed        NuGet                  False         packages.infragistics.com/.../licensed
PSGallery                  PowerShellGet    False         www.powershellgallery.com/.../

Example Command which Fails:

PS C:\WINDOWS\system32> Install-Package Microsoft.EntityFrameworkCore.Tools
WARNING: Cannot access 'packages.infragistics.com/.../licensed'. Are you missing 'Credential' parameter in the cmdlet?

bob

Parents Reply Children
No Data