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

Pushing to private NuGet feed (VSTS) gives 400 BadRequest

I'm having troubles pushing to VSTS while being on Linux. I've tried a lot of things like installing the NuGet Package (which is way outdated) on Linux (version 2.5.*). Since that didn't work i've installed mono and ran NuGet 3.5 and 4.0 to push to…
Baklap4
  • 3,914
  • 2
  • 29
  • 56
0
votes
1 answer

Artifactory and Nuget for Visual Studio Team services

I have a project where we need to integrate nuget packages from local and remote sources in to Jfrog Artifactory. The problem im having is with Visual studio team services as it does not pull the local nuget packages, and it shows a login error.…
0
votes
1 answer

Are VSTS NuGet package feeds geo-distributed

We'd like to use VSTS feeds as a source for geo-distributed service fabric app deployments. If the feeds aren't distributed, well need to first distribute the package to multiple data centers.
Patrick Hallisey
  • 888
  • 6
  • 11
0
votes
1 answer

unable to delete Nuget package from TFS - Package Management feed

C:>nuget.exe delete Package1 1.0.0.0 -Source https://test.pkgs.visualstudio.com/_packaging/MyFeed/nuget/v2 -ApiKey VSTS gives confirmation of package deleted Package1 1.0.0.0 was deleted successfully. However, when i refresh package management…
TheKingPinMirza
  • 7,924
  • 6
  • 51
  • 81
0
votes
1 answer

VSTS Package Management: Package Description not showing in VS 2015

I've started using VSTS Package Management. Created the feed and pushed a package. Everything fine so far as you can see in the picture bellow. Then I've updated the Nuget sources in VS 2015 so that it includes my PersonalVSTSFeed. When browsing my…
DMVC
  • 240
  • 1
  • 2
  • 15
0
votes
1 answer

How can I ensure that a UserControl defined in a class library is included in a NuGet package?

I need to make use of a UserControl defined in a Universal Windows class library from a UWP project which takes that class library as a dependency. (Both assemblies are mine.) In previous projects, when the project implementing the UserControl was…
0
votes
1 answer

CI and Package Management (Nuget) in VSTS

I am using CI with VSTS. I have about 50 projects in my solution, so there are a lot of dependencies between those projects. I am trying to use the packaging hub of VSTS to create packages for those projects that are referenced by others. I have…
0
votes
1 answer

Can I use full ALM and ticket tracking with Git in TFS?

I have worked on many projects using TFS for source control and full ALM which included ticket level task, feature and bug tracking. I have also used Git with VSO but never seen a project using TFS with task, feature and bug tracking when Git is…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
-1
votes
0 answers

Maven packages from Azure Artifacts feed

I'm following the article to deploy Azure Artifact for managing my maven packages. https://learn.microsoft.com/en-us/azure/devops/artifacts/maven/install?view=azure-devops I created a new feed and configured the upstream as…
Julie
  • 37
  • 6
-1
votes
1 answer

Upgrade artifacts limit on DevOps will impact existing pipelines and configuration?

When I run pipelines on Azure DevOps, I am facing error 402 Payment Required - GET https://pkgs.dev.azure.com..... and npm install failed. Artifacts free limit 2GB is exceeded, so I am facing this issue due to artifacts limit exceeded? Also, if I…
-1
votes
2 answers

Cannot download artifact in Azure DevOps

My Artifact doesn't have a Download button in the context menu. How can I download an artifact manually?
Isaac Vu
  • 21
  • 2
-1
votes
1 answer

Failure while pushing vhd to Azure container registry using oras push

I'm trying to push a 9gb vhd file as oci image to Azure container registry. For a vhd of size 500mb, it succeeded. But the 9gb vhd is failing with the following error: Preparing simplvmvhd1.vhd Uploading 2fff39d3fd1a…
-1
votes
1 answer

What is the correct way to setup Azure Artifacts in Azure DevOps?

I am using azure devops and I want to create a setup so that I can build java jar files in an azure pipeline and then publish them to an artifactory in azure. I want those files to be available in my maven pom files so that I can download them…
slipperypete
  • 5,358
  • 17
  • 59
  • 99
-1
votes
1 answer

'Null is not an object' with a custom React Native npm package

I created a custom npm package for SMS verification. It's a PIN code input that automatically fills out if you receive the PIN via SMS. It works great on its own. The problem occurs when I upload the npm package to Azure Artifacts and try to use it…
Entalist
  • 93
  • 9
-1
votes
2 answers

Publishing Pipeline Artifacts for use in another pipeline

I'm trying to publish a couple of pipeline artifacts during a build so that I can use them in a build of another solution. My first build builds and tests the soltuion using the following yaml - stage: build_test_release displayName: Build …
1 2 3
37
38