Hi,
I'm seeing "Invalid Manifest File" errors all over our universal feed.
My packaging/uploading CI jobs using the upack
utility stopped working with a similar error.
According to the manifest spec the createdDate
timestamp has the wrong format, which now leads to this error.
From the point of time since the packaging errors started happening I conclude this must have been introduced by ProGet release 24.0.23.
Now two questions:
- Is there anything I can do about the malformed manifests already uploaded to ProGet?
- Will there be a CLI tool for creating Universal Packages which correctly formats the timestamp for the manifest file? Current State seems to be
- Upack still formats the timestamps in the wrong way and seems to be discontinued.
- PgUtil does not include the functionality of the
upack
tool (yet?) despite someone sayin so in this issue