Why I’m always having the following error:
Cannot find the package 'name' in feed 'name@Local'
When trying to download artifact using universal download with the command:
az artifacts universal download –organization
“https://myorganisation.visualstudio.com/” –project=”myproject”
–scope project –feed “myfeed@Local” –name “PackageName” –version “1.0.0-Release.20240616.5” –path .
The package exist in the feed and also the version.
I did the az login first
It works with the Package Manager Console in Visual Studio using this command:
Install-Package PackageName -version 1.0.0-Release.20240616.5