Skip to main content

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
0 votes
1 answer
40 views

Is there a way to get more than 1000 Packages and versions from Azure DEVOPs Feed RESTAPI for GET Packages?

Is there a way to get more than 1000 Packages and versions from Azure DEVOPs Feed RESTAPI for GET Packages? I have around 1400 ADO NUGET Packages and its versions to migrate. I am running the REST API ...
B J's user avatar
  • 39
0 votes
0 answers
91 views

Firebase Analytics iOS SDK signature cannot be verified error

I'm using Azure Artifacts to download third party libraries. I have uploaded firebase analytics SDK v10.22.0 and it is working fine. When trying to update SDK 10.24.0 getting an error in Xcode same ...
Sugans's user avatar
  • 1
0 votes
2 answers
97 views

NuGetCommand@2 in Azure Devops Pipeline is unable to get Azure Artifacts feed

I am trying to retrieve a custom NuGet package that I have pushed into a Azure DevOps Artifacts (project)feed. But the NuGetCommand@2 fails with error: NU1301: Unable to load the service index for ...
christophe's user avatar
0 votes
1 answer
47 views

lionbridge-connector on Azure Artifacts gives Dependency Error

I'm trying to migrate our Maven artifacts from Nexus to Azure Artifacts, but I've run into a problem due to the "lionbridge-connector.all.author" artefact. This artefact is zip archive, ...
Cristian Mocofanescu's user avatar
2 votes
2 answers
88 views

Does Azure Devops charges for the storage of build Files?

I have the following scenario: I Build my application on Azure Devops Services and then publish the build files to Azure Devops Services Pipeline using the task "Publish Pipeline Artifacts". ...
arthur felipe's user avatar
1 vote
2 answers
91 views

Publishing external POM Package to Azure Artifacts Feed Error

I have a Maven project that's using an externally provided parent POM package and I want to upload only the parent POM to Azure Artifacts. As recommended by Microsoft (https://learn.microsoft.com/en-...
M. Chris's user avatar
  • 171
0 votes
1 answer
72 views

How to Completely localize VueJS dependencies on Azure DevOps artifacts?

I need to develop some Vue applications on a pc running on a private network that's not connected to the internet. I've published all packages listed in package-lock.json to the Azure DevOps' ...
alireza-elahi's user avatar
0 votes
0 answers
59 views

maven unable to transfer data to azure devops artifact

I try to deploy a maven project to azure devops artifact with secure connection, but it has BUILD FAILURE. this is a complete log file about mvn depoly: [WARNING] Could not transfer metadata demo:...
Saeed's user avatar
  • 1
0 votes
1 answer
112 views

How to update the version in azure devops pipeline

I am having the below task in my azure pipeline - task: UniversalPackages@0 displayName: 'Publish to Azure Artifact feed' inputs: command: 'publish' publishDirectory: '$(Build....
kiran itagi's user avatar
1 vote
1 answer
62 views

Downloading Symbols Artifact generated by PublishSymbols@2 from Azure DevOps GUI is not possible

I'm trying to download my published symbols that contain my c++ project .PDBs in Azure DevOps GUI but it is not giving me the possibility to do so. Am I missing something ? I went to the pipeline ...
avionics isus's user avatar
-1 votes
1 answer
91 views

How to track my code coverage report in azure devops on dashboard or something similar?

I have a pipeline which generates code coverage report as an artifact, It contains a set of 32 html files and a summary. Now I want to track these on azure devops or something similar how can I do it
kiran itagi's user avatar
0 votes
1 answer
84 views

How to reference dll's from Artifact Feed on release build

The scenario I have a project where I broke them down into components e.g. UI, API and Libraries are build as separate project adding project reference as needed. This works fine as I go about ...
the.herbert's user avatar
0 votes
1 answer
168 views

Authenticating a GitHub Action to Azure DevOps without User Personal Access Token

As part of a migration from Azure DevOps (ADO) to GitHub (GH) we are evaluating how to replicate a build Azure Pipeline (AzP) within GitHub Actions (GHA) which publishes a python wheel to an Azure ...
ini's user avatar
  • 494
2 votes
1 answer
136 views

Restore deleted package on Azure Devops Artifact Feed

We have an Azure Devops Artifact Feed, with NuGet as an upstream source. Somehow, I don't believe we have actually deleted them but we have some deleted packages that we are unable to restore. As you ...
james.baker's user avatar
0 votes
1 answer
105 views

Dynamic values into pipeline resource branch value

I want to provide every time different branch name for download artifacts in azure devops. I have code like this resources: pipelines: - pipeline: Pipeline_name # Name of the pipeline resource ...
Bartosz Kowalski's user avatar

15 30 50 per page
1
2 3 4 5
40