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!
Unable to upload zip files via universal feed
-
Hello, when I try to upload a zip file to a universal feed setup I keep getting "The file you uploaded is not a valid package." Im sure its a simple setting or something Im missing. Im not finding anything online.
Thank you,
Johnny Martinez
Product: ProGet
Version: 4.5.0
-
When uploading a package via the ProGet Web UI, the package will need to conform to the Universal Package Format:
- is a ZIP archive format with a .upack file extension
- has a metadata file at root level of archive named upack.json
- contains any number of files in the /package directory; these files are the files that will get "unpackaged" by the client or server
You can use the Upload Package Endpoint to submit plain zip files, so long as you also put additional metadata. That link will have some examples of how you can use it.