Questions tagged [private-nuget-feed]
9 questions
3
votes
4 answers
How to allow external access to a private Azure DevOps NuGet feed
The situation is as follows:
DevOps Org A maintains a private NuGet feed
DevOps Org B needs to use packages from the above feed within its Pipelines
Current solution involves:
adding a user U from Org B as a guest in Org A DevOps with Stakeholder…

CyberDude
- 8,541
- 5
- 29
- 47
3
votes
2 answers
How do I restore Nuget Packages from a private NugetFeed in a devcontainer on Windows?
I am using Windows, installed Docker (using lunix containers), installed VS Code and the devcontainer extension. I loaded a project which is using Nugets from a private NugetFeed and as i am trying to restore (interactive) the NugetPackages I am…

thegreatdane6
- 33
- 1
- 4
1
vote
0 answers
How to allow external access from VisualStudio for private azure devops nuget feeds without providing user credentials
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…

Teddy Oddman
- 130
- 1
- 6
1
vote
1 answer
DotNetCoreCLI ‘restore’ ignores private feed when restoring packages
When I try to restore packages from a private feed it seems to just ignore the feed and only look for dependencies in nuget.org.
I have a nuget authenticate that provides credentials for the feeds I wish to use.
This is how my task looks like:
-…

2007myspaceguy
- 11
- 2
1
vote
1 answer
How to push nupkg file to Azure DevOps feed?
I have .nupkg file that I would like to add to the feed I've created in Azure DevOps. The feed is called Feed. Unfortunately, the only way I see right now is to polute the repo by pushing the file by Git and then creating a release definition that…

Yoda
- 17,363
- 67
- 204
- 344
0
votes
0 answers
Publish to Azure DevOps feed with same prerelease but different metadata?
We're trying to use GitVersion configured for GitFlow for some internal NuGet packages, published to an Azure DevOps feed.
A problem arises when we make commits to a release branch. They will be versioned like this by GitVersion:
0.3.0-rc.1+0 -->…

Kjell Rilbe
- 1,331
- 14
- 39
0
votes
1 answer
Pushing Nuget package to Azure Feed fail: The package is invalid: The package version is too long. The maximum length is "90" characters
I have a build pipeline which uses the Nuget Task to push Nuget packages to an Azure Feed. These packages have been previously versioned using GitVersion and the filename is similar to "Permission.BusinessEntities.1.1.0-azure-pipelines.3279.nupkg"…
0
votes
1 answer
Getting error while accessing the Private Nuget feed
I am getting an error while trying to access the private NuGet feed from Azure Package artifacts.
Install-Package Microsoft.Sdk -version 1.0.0-CI-20191028-053209
The content at…

Sudhir Goswami
- 125
- 1
- 9
0
votes
0 answers
How to get packages list from nuget server?
I want to list the packages on a private nuget server. How can I do the authentication process.

noja
- 82
- 9