Questions tagged [azure-artifacts]

Azure Artifacts is an extension for Azure DevOps that can host NuGet and npm packages and organize them in feeds.

Azure Artifacts is a Visual Studio Team Services extension that can host NuGet and npm packages and organize them in feeds.

Documentation can be found on visualstudio.com.

561 questions
0
votes
1 answer

npm install modifying registry url

I'm hosting a npm registry on a TFS 2017 server, with the Package Management extension. Its hostname has a single part, dnsXxx, without any extension like .com, and is configured on the port 8080. I'm using a .npmrc file to define this repository…
Romain Deneau
  • 2,841
  • 12
  • 24
0
votes
1 answer

VSTS Maven Build Failaure - Forbidden

I am getting below error in vsts build. I followed same steps as mentioned here but no luck. 2017-10-12T15:20:56.2694625Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project…
0
votes
1 answer

VSTS pack only changed projects

I have a CI build on one of my projects on VSTS that is triggered by changes on the specified GIT branch. One of the build steps is to create packages and push them to a private nuget feed for use into other projects. It uses the .NET Core 2.* task…
0
votes
1 answer

Nuget push to vso not listed

I'm trying to push some historical packages to a nuget feed on visualstudio.com (vsts, vso) using Powershell. The command is: PS D:\> nuget.exe push -Source "VDS AppCore on VSO" -ApiKey VSTS…
Will Tartak
  • 548
  • 7
  • 17
0
votes
1 answer

How can I enable a user from a different AAD tenant to access vsts package feeds?

I have a private package feed in my VTST tenant. I want to expose this feed to a person from another organization with a different AAD tenant. I tried adding the person in the package read permissions, but i'm getting no identities found error for…
rony l
  • 5,798
  • 5
  • 35
  • 56
0
votes
1 answer

How to remove VSTS packages with cmdlets

I want to clear up the old VSTS Packages, and don't want to remove it individually. How can I do this with cmdlets?
Elaine
  • 1,288
  • 5
  • 17
  • 35
0
votes
1 answer

Generate an API key for VSTS package manager

I use paket as a dependency management tool and am just starting to use Visual Studio online (VSO) to host the source and do the building. When I do a paket restore (or try to upload a nupkg) I get a 401. VSTS uses a credential manager which seems…
Dylan
  • 1,306
  • 1
  • 11
  • 29
0
votes
1 answer

VSTS Build failing - Maven

I am setting up build for my project in vsts. It is getting failed at Maven pom.xml step with below error: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project test-store-models-common: Failed to…
0
votes
1 answer

VSTS externalnugetfeed is either disabled or uninstalled

I have two VSTS collections and I'd like to publish NuGet packages to feeds in each collection. I thought I'd be able to accomplish this with the NuGet Publisher task with a feed type of External. When I try to configure the Nuget Server Endpoint I…
JDH
  • 2,618
  • 5
  • 38
  • 48
0
votes
1 answer

VSTS Build and NuGet Publisher - 405 Method Not Allowed

I'm trying to configure VSTS build that will publish NuGet package to internal feed. Puckage is being created successfully but have issue with NuGet Publisher. When NuGet publisher is trying to publish package then I got error: Using credentials…
geek
  • 596
  • 8
  • 26
0
votes
2 answers

Unable to access private VSTS package feed from build using dotnet restore

I have a build in Visual Studio Team Services (VSTS) that needs to restore NuGet packages from a private package feed hosted in VSTS. The build fails with an Unauthorized message (401) when it tries to access the private feed. After some reading I…
0
votes
1 answer

VSTS NuGet Publisher - 403 (Forbidden) Error

I have created a build definition in Team Services which needs to run on a private agent (i.e. on-premise build server). This agent is running under a domain account. I then created a NuGet feed in Team Services to which I am trying to publish a…
0
votes
1 answer

Dealing with frequently updated NuGet packages

I would like to understand what is the common workflow of working with NuGet packages that are frequently updated? So take an example - we have these projects: Project 1 - WCF Service Contracts Project 2 - WCF Service Client - (depends on Project 1…
0
votes
1 answer

How to completely remove/disable "Package Management" extension from VSTS?

I have a Visual Studio Team Services account to which I have previously added the Package Management extension in order to have private NPM packages. While this extension worked very well I do not need it any longer and have removed all private…
David Nordvall
  • 12,404
  • 6
  • 32
  • 52
0
votes
2 answers

Cannot add external VSTS NuGet Feed in Octopus

I'm trying to add an external NuGet feed to my VSTS source, but when I save & test the feed, I'm getting the following exception: NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load the service index for source…
David Masters
  • 8,069
  • 2
  • 44
  • 75