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

Promote TFS npm package through JS

Is it possible to promote an npm package in TFS to release or prerelease through Javascript (node scripts: npm run npm-publish)? We have a custom process where we publish library packages to our TFS feed. We also want to put packages in release view…
stephan.peters
  • 963
  • 13
  • 35
0
votes
1 answer

TFS 2018 Update 2 Failure using VSTS Symbol Server

We just updated to TFS 2018 Update 2, and have mostly found it to work well. However, there's one problem I'm trying to chase down. When we enable Version 2.* of the Push Symbols Path, to allow symbols to be pushed to a local Package Management…
0
votes
2 answers

Loading .ENV files in VSTS Tasks

I have .env files(which has round 300) which I wanted to access env variables in VSTS tasks, (we not planning to use existing variable groups) . I found https://github.com/tonerdo/dotnet-env. I have nuget restore to this Feed and installed pkg, and…
0
votes
1 answer

Why is credentialprovider.vss.exe going so slowly?

One of my build system users is having trouble getting NuGet packages from our VSTS feed. She's seeing lots of timeouts. I've narrowed the problem to credentialprovider.vss.exe taking a very long time to get a credential. On my machine, it takes ~8…
Sam Karim
  • 41
  • 3
0
votes
0 answers

VSTS Multiple Private NuGet Feeds

I am planning on transitioning a large DLL project that is used on one large site to multiple small sites that mostly just have the parts from the DLL that they need. It looked like VSTS would work for that, since I already have a MSDN license and…
Korn1699
  • 77
  • 1
  • 8
0
votes
0 answers

Unable to resolve non Maven artifacts when using a Maven package feed of vsts

I have created a Maven feed via the VSTS package management and deployed all my necessary jars into the package which will be used to resolve all dependencies in my project during ivy ant build through ibiblio resolvers. The problem that I am facing…
luharb87
  • 15
  • 3
0
votes
1 answer

VSTS build agent can't download VSTS private packages

I am trying to add a build definition for a project that has private nuget packages hosted in VSTS. The local build works just fine but when I try to build it with an on premise build agent I get the following error: The agent runs behind a proxy…
Bogdan Banciu
  • 169
  • 1
  • 6
0
votes
1 answer

Compiling VSTS Extension in VisualStudio 2017

How to build a VSTS extension in Visual Studio 2017. The post build event configured in package.json doesn't work from Visual Studio. Only the Command npm run build triggers the build and postbuild events. I want vsix file to be created on building…
Siva
  • 13
  • 4
0
votes
1 answer

I need test run results using test case id in REST API or using wiql query

This question is related to VSTS. I can get test run results (Outcomes) using test run Id in REST API. I need test run results by using test case Id in REST API. Is there any API link is available for this, if so please provide me API link or can we…
0
votes
1 answer

VSTS (TFVC): customising builds and hosting NuGet packages

We are still using an in-house TFS 2012 server but I'm now looking at moving to VSTS. I have a couple of questions though: Years ago I customised our build process template to perform a number of additional tasks, and I was wondering if VSTS builds…
0
votes
1 answer

How can I use the npm packages from feed in my VSTS task?

How can I use the npm packages from feed in my VSTS task? As I want to use the cached packages in my build.
Twinkle
  • 394
  • 4
  • 17
0
votes
1 answer

NuGet Push Results in 401 Unauthorized Error within TFS Build and on TFS Server Itself

NuGet Push Results in 401 Unauthorized Error Within TFS Build and on TFS Server Itself We are in the process of transitioning from BitBucket, Jenkins, and Nexus to TFS 2018 to house our Git repository, continuously integrate our C# code, and store…
A Huber
  • 3
  • 1
  • 2
0
votes
1 answer

VSTS - NUGET creation build number as version

I am setting up a continuous integration of my nuget packgae on VSTS, I am following the steps mentioned here https://learn.microsoft.com/en-us/vsts/build-release/tasks/package/nuget to have build number as nuget version. I am using 2.* of nuget…
user2934433
  • 343
  • 1
  • 5
  • 20
0
votes
3 answers

Dependency Management of npm packages

Is there anything like greenkeeper.io or dependabot.com for VSTS? These solutions will look into the package.json file, compare the current project's version of a dependency against the most recent published version, and propose PR's that are…
0
votes
1 answer

VSTS Release Management for Nuget Package with Hosted Linux Preview using dotnet

Is it possible to setup a release management task that works for the Hosted Linux Preview Agent that pushes a nuget package using dotnet push? I've got a Build process that creates the nuget package and publishes it as an artifact. So far I've got…