renevanosnabrugge / vsts-promotepackage-task

Promote a package in VSTS to a Release View
MIT License
21 stars 25 forks source link

NuGet packages are not being found in feed with NPM and NuGet #32

Closed khdc closed 4 years ago

khdc commented 4 years ago

I'm struggling to get Promote to work. For some reason it cannot find my package.

Our feed has both NPM and NuGet packages. In the task configuration, if I use the drop-down, all I see are NPM packages. I typed in the name of the NuGet package myself, but I get a package not found error.

When its running, the REST calls seem to be only returning NPM packages.

I've attached the diagnostic log.

package-not-found-log.txt

I appreciate any help!

marshallquick commented 4 years ago

I have the same/similar issue. The dropdowns do not work on my new feed. legacy feeds work fine. I have nuget packages. I just build all the pipelines in another DevOPs Instance (test) and now I'm in the prod instance of DevOps and having troubles. I see my new feed in the feed dropdown however, none of the other 2 dropdowns (package & view) work. Please help!

renevanosnabrugge commented 4 years ago

Fixed in https://github.com/renevanosnabrugge/vsts-promotepackage-task/pull/54