Questions tagged [azure-devops-artifacts]

12 questions
2
votes
0 answers

How to add obfuscator in Azure devops Pipeline for private Nuget feed

I have created a shared .NetStandard2.0 library for my projects. Sample method looks like below: namespace SharedLibrary { public sealed class MySecrets { public string GetSecrets() { // Do some activity …
2
votes
1 answer

How to get artifacts in the response from Azure DevOps REST API call that lists all releases?

I am using Azure DevOps rest API to get list all releases and artifact build ID's associated with each release. The call function: GET https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases?api-version=7.1-preview.8 list all…
2
votes
1 answer

Azure DevOps - Unable to load the service index for source

I am running a Azure DevOps pipeline, and I get the following error. error: Unable to load the service index for source https://pkgs.dev.azure.com/companyName/_packaging/12345678-1234-1234-1234-1234567890ab/nuget/v3/index.json. error: Response…
VivekDev
  • 20,868
  • 27
  • 132
  • 202
2
votes
2 answers

Azure DevOps Release pipeline with multiple artifacts and stages

Is it possible to have a single release pipeline with multiple artifacts that will trigger separate stages conditionally. Example: BuildPipelineA builds /PathA from AppRepo, Dev branch and publishes the artifact ArtifactA. ArtifactA should be…
1
vote
1 answer

Service Principal for Devops Artifact Feeds

we use a devops artifact feed to store our packed/shaded java binaries inside a private project. Now we would like to allow access to certain artifacts for externals. We will promote these artifacts to a custom view (@public-releases) and want to…
markus
  • 511
  • 1
  • 4
  • 15
1
vote
1 answer

Nuget package is not listed on ADO Artifacts, but I can't upload because it already exists?

I have a newly created Feed in Azure DevOps where I'm hosting my Nuget packages. I uploaded a bunch, but when I tried to download My.Package.1.0.4 it isn't listed in the feed; neither in VS nor on the web portal. My.Package.1.0.5-beta-2 is there,…
Scott Baker
  • 10,013
  • 17
  • 56
  • 102
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 -->…
0
votes
0 answers

How to become a Feed Administrator in Azure DevOps Artifacts

I can't seem to find out how to become a Feed Administrator for Artifacts. Even the main administrator account doesn't have the permission of the Feed Administrator. According to the…
0
votes
1 answer

How to get the list of all the packages with their versions from Artifacts/Nuget Feed in Azure Devops using C#?

I want to get the list of the packages present in Azure DevOps Artifacts with their latest versions. Can I use a Personal Access token to get this list using C#? I am not able to find a way to get this through the C# code.
0
votes
1 answer

Why can't Visual Studio restore NuGet packages from Azure DevOps artifact feed

I am setting up Visual Studio 2022 Community Edition on a new workstation. I have instructions for connecting to an Azure DevOps artifact feed that worked on my previous workstations. Despite following the same instructions, I can't restore NuGet…
0
votes
1 answer

How to authenticate to Azure devops private package feed from .npmrc using jenkins pipeline

I have a react application whose deployment is done through Jenkins pipeline. package.json uses a private feed present in Azure Devops Artifcats. I want to authenticate the .npmrc present in gitlab , to azure devops using my jenkins pipeline. Could…
0
votes
0 answers

chunkId does not match chunk

I am trying to create a package into Azure Artifacts Feed. az artifacts universal publish --organization https://dev.azure.com/abc --project Enterprise --scope project --subscription xxxx-xxxx-xxxx-xxxx-xxxx --feed SecurityTesting --name…