You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to publish my extension but getting an error:
The supplied extension definition isn't valid:
'Uploaded extension package is missing an 'overview.md' file which is a mandatory details asset.
Try again after adding the file.'
Thanks for the issue-reporting in this repository, currently we are under issues with higher priority, we will take a look at this ticket once we will have enough capacity.
Trying to publish my extension but getting an error:
The supplied extension definition isn't valid:
'Uploaded extension package is missing an 'overview.md' file which is a mandatory details asset.
Try again after adding the file.'
See:
https://stackoverflow.com/q/71131345/736079
Turns out the required content/details link is in the vss-extension.json, but the asset isn't added to the vsix manifest.
Looks like
files: "."
causes the assets elements in the manifest to be lost.The text was updated successfully, but these errors were encountered: