I have .nupkg file that I would like to add to the feed I've created in Azure DevOps. The feed is called Feed
. Unfortunately, the only way I see right now is to polute the repo by pushing the file by Git and then creating a release definition that pushes it into the correct feed.
Like here:
Can I somehow upload .nupkg
file directly from my drive? I don't have source code for the file, I won't build it.