Ok I fell like an idiot but found the issue, I'm using a custom port but did not update the BaseUrl configuration parameter.
Now working as intended, sorry for the silly question but being new to the tool still trying to learn it :)
Ok I fell like an idiot but found the issue, I'm using a custom port but did not update the BaseUrl configuration parameter.
Now working as intended, sorry for the silly question but being new to the tool still trying to learn it :)
Hello,
I just installed ProGet to host internal PowerShell repositories to share internal modules, I used built-in database and IIS.
I created a feed but when try to register the repository in PowerShell I get egister-PSRepository : The specified Uri 'http://FQDN/nuget/Module/' for parameter 'SourceLocation' is an invalid Web Uri.
URL is taken straight from the configuration so I know it is correct, there is no firewall or anything between "me" and the server but if I try to browse the above URL nothing is displayed on the browser (not sure if this is related).
Not sure if I am missing something but according to what I read in the documentation this is all that it should take to setup our repository.
Any help/pointer would be highly appreciated!