Reputation: 140
We have implemented product using several private nugets (Azure DevOps feed) which worked very well.
Now the development is completed and delivered. As part of the agreement, the client wants the source code. When the client tried to compile the source code in VisualStudio, they couldn't restore the nugets as they are in our organization's private feed. Although the PAT is is given in the nuget.config file, the Azure Credential Authentication window asks for the username and password of our organization, which we cannot provide to the client.
Is there any solution for this issue? How usually project code base with private nugets are delivered?
Any suggestions will be greatly appreciated.
We don't want to create a stalkholder user account for anyone in client organization. So the solution provided here will not work.
I am thinking of two options:
Any other way? How can we resolve it using PAT(personal access token)?
Upvotes: 1
Views: 104