How can I add nuget packages in my Azure DevOps Artifacts feed?

0

1

I have an Azure git repo in Azure Devops where I am deploying an ASP.NET MVC project. I am facing issues to use my nuget packages in my project. In my local computer I have a folder named "packages" where I have all my packages stored but I guess uploading that folder is useless as the build pipeline does not use packages from the repo so in order to do that I have created a feed. However I don't know how to add the packages I require to it (other than which were automatically installed on the Artifacts Feed) .

My packages' folder on my local machine

The list of packages which were automatically installed on the Artifacts Feed

Kritesha Kritesha

Posted 2019-07-05T10:55:32.550

Reputation: 1

No answers