azure-artifacts Questions

2

Is there an easy way to download the latest Universal package contents without running all the commands using the Azure CLI ? In my project, we are storing the Installer generated from pipeline (of...
Scud asked 18/9, 2020 at 12:2

14

Solved

I get an error: User XXX lacks permission to complete this action. You need to have 'AddPackage' when trying to push a nuget package to Azure DevOps artifacts. I am the administrator This is the...
Gurolinick asked 9/11, 2019 at 15:34

6

I have a problem that has randomly started happening today whereby all my DevOps Pipelines can no longer access my NuGet feed, which is a DevOps Artifact. I have a task that is responsible for inst...
Ridenhour asked 21/11, 2023 at 9:54

14

Solved

I have created a new feed with in Package Release hub (VSTS), installed the credentials, then added the package source. Now, I am using Visual Studio 2015 to install Micrososft.Aspnet.mvc to a pr...

5

Solved

I am trying to configure build.gradle with azure devops artifacts repo. It was working earlier with AZURE_ARTIFACTS credentials BUT azure recently changed the way build.gradle connects to artifacts...
Brazell asked 12/2, 2020 at 14:18

3

I am trying to download a Universal Package that is stored on Azure DevOps via: az artifacts universal download --feed my-feed --name my-cool-package --version 1.0.0 --path Downloads Inside this...
Lonergan asked 9/11, 2019 at 17:13

2

I am looking to get the contents of a file I pushed as an artifact to Azure DevOps I was able to get a json response with a URL to the artifact zip by using this API https://dev.azure.com/uifabri...

4

I have I'm trying to deploy my app on Azure Web apps. I have a Github Actions I was given by default when connecting my GitHub repository in Azure. The problem is that deploying a single thing take...

1

If we have PyPi Packages added as Artifacts to an Azure DevOps Project Feed, how can we use these packages as a source for installing packages in DatabricksStep of Azure Machine Learning Service? W...

3

Solved

In onprem Azure DevOps (Version 17.143.28621.4) is there a way to automatically promote a nuget package from one view to another using a task in a release definition? When we trigger a release for...

3

Solved

Pushing a Nuget package to Azure Artifacts always gives 401 error. Note that the API key was just copied from Azure portal. What could be the issue? dotnet nuget push out/MonoTorrent.1.0.39.nupkg ...
Exalted asked 8/5, 2020 at 5:35

4

Solved

while using nuget.exe push \\share\Packages\*.nupkg -Source "https://myvsts.pkgs.visualstudio.com/_packaging/tcpcm/nuget/v3/index.json" -ApiKey VSTS i got an Response status code does not in...
Coarse asked 30/6, 2017 at 10:47

2

Solved

My organization is moving our software packages (NuGet, NPM) to Azure Artifacts. We have approximately 50,000 NuGet packages (2GB) that we've pushed to Azure Artifacts. Is there a way to to bulk-p...
Scrim asked 2/7, 2019 at 16:52

3

Solved

We have a number of projects within my organisation. One such project has created a project-scoped Azure Artifact feed that they wish to share with our other projects. However, when the other proje...
Bazooka asked 13/11, 2020 at 13:30

7

Solved

I have a .NET C# application and I would like to download the latest artifacts generated by the latest build of this public Azure DevOps project: https://dev.azure.com/LumiaWoA/Boot%20Shim/_build?...
Fitzwater asked 27/1, 2019 at 17:52

3

Solved

I have the following error: error : Unable to load the service index for source https://privateLibrary.com/private/_packaging/privateOrganitation/nuget/v3/index.json. [/home/vsts/work/1/s/Local.Pr...
Selfsatisfied asked 10/12, 2019 at 12:8

5

Solved

When I attempt to install a package from our Azure DevOps Artifacts feed, I get the error: Looking in indexes: https://pypi.org/simple, https://pkgs.dev.azure.com/company/company_Software/_packagi...
Testis asked 23/12, 2019 at 17:17

2

Solved

I have created a private npm package which is published to Azure Artifacts. To publish my npm package I have a npm publish step in my tfs build definition. I am using tfs version 16.131.28507.4. T...
Eirena asked 11/11, 2019 at 15:45

5

Solved

Running the .NET Core Pack task, how do I get the outputted NuGet package version to auto-increment itself? So, for example, if my current version is 1.0.0, then the next time I call the Pack tas...

3

We have an Azure Artifact feed with an upstream source of https://registry.npmjs.org/. Through this Azure Artifact feed, I can download the following npm package: [email protected] But I can...
Kamerman asked 11/11, 2020 at 15:59

2

Solved

My NPM install step is configured to use registries in .npmrc, My .npmrc is as follows registry=https://pkgs.dev.azure.com/xxx/xxxx-xxxx-xxxx/_packaging/design-system/npm/registry/ always-auth=...
Juieta asked 28/3, 2020 at 21:37

4

Solved

Updated 20-Feb-2020 Summary Azure DevOps pipeline build not able to find NuGet package from our private feed under Artifacts. Our Azure DevOps environment In Azure, we have our company "space":...

1

Solved

I'm very new to this pipeline and i'm trying to build a automated way to build the .msi installer file for my application. I have 2 projects .Net Core and Python, so i created 2 pipelines. The .Net...
Plataea asked 6/4, 2021 at 9:53

1

Solved

i am working with Azure Pipelines recently and i have a NuGet Task inside my Build process. This progress always fails, because there is no package called "BotUtility" inside the NuGet so...
Purview asked 23/2, 2021 at 9:53

2

We are building CD pipeline using VSTS hosted build servers. It takes more than 3 minutes to restore Nuget. This is too much time. How can I make it run faster? Is there any sort of caching syste...

© 2022 - 2025 — McMap. All rights reserved.