Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet: Is it possible to create universal virtual packages with sources from multiple feeds?
-
Hi, we would like to use virtual packages as a way to combine files from multiple packages that are spread across different universal feeds.
The documentation says it is possible to include files from an assets feed but it does not appear to be possible to include packages (or files from within packages) that are in a different feed to the location of the virtual package.
Have I missed something or are virtual packages only meant to include other packages from the same feed? Would it be possible for the team to implement cross feed virtual packages?
Thanks,
MichaelPS The Download Virtual Package documentation appears to be out of date, using
/download-vpack/in the download paths which should be just/download/as far as I can tell.
-
Hi @m-lee_3921,
When specifying a package source, the package must be in the same feed; you could specify it using a URL however.
{ "virtualPath": "common/logo/logo.png", "source": { "url": "http://proget/endpoints/customer-assets/content/ast-logo.png" }Good point on the documentation;
download-vpackis for the.vpackfile only (i.e. manifest). I'll update it-- Dean