NuKeeperDotNet / NuKeeper-AzureDevops-extension

NuKeeper AzureDevops and VSTS extension
12 stars 15 forks source link

Using System.AccessToken for git operations #48

Closed phatcher closed 5 years ago

phatcher commented 5 years ago

It is possible for the extension to pick up the System.AccessToken so we don't have to generate a personal PAT token.

If not, how do I provide the PAT token to the extension - trying to avoid nuget.config as we will have a lot of different repositories/feeds.

phatcher commented 5 years ago

Duplicate of #44