Azure Artifacts is an extension for Azure DevOps that can host NuGet and npm packages and organize them in feeds.
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-artifactsI 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-artifactsI'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-artifactsRunning 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-artifactswhile 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-artifactsI 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-artifactsI 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-artifactsI'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