- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 7
 
Get PackageSourceLocations
        Apostolis Bekiaris edited this page Aug 20, 2019 
        ·
        9 revisions
      
    Returns the locations of the registered in the system package feeds.
Get-PackageSourceLocations [[-providerName] <Object>] [<CommonParameters>]
Returns the locations of the registered in the system package feeds.
PS C:\> Get-PackageSourceLocations
http://chocolatey.org/api/v2/
https://api.nuget.org/v3/index.json
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
https://xpandnugetserver.azurewebsites.net/nuget
C:\Work\eXpandFramework\Packages\bin\nupkg{{ Fill providerName Description }}
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
