Quantcast
Channel: How to use Visual Studio Team Services as a NuGet feed in LINQPad - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Alex AIT for How to use Visual Studio Team Services as a NuGet feed...

My current way of getting it to work is as follows: use nuget v2 feed https://<instance>.pkgs.visualstudio.com/_packaging/<feed>/nuget/v2 put the personal access token in the password text...

View Article



Answer by Eric for How to use Visual Studio Team Services as a NuGet feed in...

We managed to get it to work by using the v2 nuget API: /nuget/v2 instead of: /nuget/v3/index.json Just put the personal access token in the password text box on LINQPad Package Sources dialog box.

View Article

How to use Visual Studio Team Services as a NuGet feed in LINQPad

I am using LINQPad 5 and VSTS (visual studio team services) I have a NuGet feed (v3) in VSTS and I would like to use packages from there(private) in LINQPad I have tried using the personal access...

View Article

Answer by MrTristan for How to use Visual Studio Team Services as a NuGet...

i'm using a v3 feed in linqpad v6 following the format https://pkgs.dev.azure.com/XXXXX/_packaging/FEED/nuget/v3/index.jsonthe only way i got it to work was using the PAT (having Packaging Read access)...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images