PS scripts and TFS Repo

Hi All,

Can someone advice how to add PS repository that in located on Team Foundation Server?

Regards
Raf

We can try to advise, yes.

You didn’t state, but I will assume you are talking about PowerShell Package Manager, yes? PowerShellGet is built on top of PPM and uses the same repositories.

PPM does not currently offer a provider that can connect to TFS. Run Get-PackageProvider and you will see the list of supported providers. Presently, NuGet is the main one.

Thanks Don for your replay.
As far as I can see I use NuGet nad PowershellGet providers.
The only repository I see is set to https://www.powershellgallery.com/api/v2
What I want to do is to set private trusted repository source
What are available options if I sue for example TFS

Regards
Raf