Top "Azure-artifacts" questions

Azure Artifacts is an extension for Azure DevOps that can host NuGet and npm packages and organize them in feeds.

Nuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown when trying to add source

I have created a new feed with in Package Release hub (VSTS), installed the credentials, then added the package source. …

visual-studio nuget azure-devops nuget-package azure-artifacts
How to download the latest build artifacts from Azure DevOps programmatically?

I have a .NET C# application and I would like to download the latest artifacts generated by the latest build …

c# .net azure azure-devops azure-artifacts
How do I uninstall "Microsoft .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1"?

I'm having trouble uninstalling Microsoft .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1. I'm in Windows 7, in the Programs and Features …

.net visual-studio azure-pipelines-release-pipeline azure-artifacts
VSTS/Azure DevOps: Auto-Increment NuGet Package Version on Pack

Running the .NET Core Pack task, how do I get the outputted NuGet package version to auto-increment itself? So, for …

.net-core azure-devops azure-pipelines azure-pipelines-build-task azure-artifacts
overwrite nuget packages in feed on visual studio team services

while using nuget.exe push \\share\Packages\*.nupkg -Source "https://myvsts.pkgs.visualstudio.com/_packaging/tcpcm/nuget/v3/index.json" …

visual-studio nuget nuget-package azure-artifacts
Response status code does not indicate success: 401 in the task "restore" on the azure-pipeline

I have the following error: error : Unable to load the service index for source https://privateLibrary.com/private/_packaging/privateOrganitation/…

asp.net-mvc asp.net-core azure-pipelines azure-artifacts
User lacks permission to complete this action. You need to have 'AddPackage'

I get an error: User XXX lacks permission to complete this action. You need to have 'AddPackage' when trying to …

azure-devops nuget azure-pipelines azure-artifacts
Push a NuGet package to VSTS with .NET CLI

I'm trying to publish a NuGet package to a private VSTS feed. I'd like to achieve that using only .NET …

nuget dotnet-cli azure-artifacts