无法发布 Visual Studio 扩展 VsixPub0029 错误

Cannot publish Visual Studio extension VsixPub0029 error

我最近在尝试发布我的 Visual Studio 2019 扩展时开始收到此错误。 最好的我可以告诉清单文件没有损坏 [这已经上传多年了],这在 VsixPublisher.exe 和我手动尝试将 VSIX 上传到 MSFT 市场时都失败了。 internalName ('codestream-vs') 上有一个模式警告,但我们已经有好几年了。这是错误:

VSSDK: error VsixPub0029 : An error occurred while communicating with the marketplace: UploadFile: The package contains an invalid VSIX manifest file. This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest's format is not recognized, or that the manifest has been corrupted.

https://github.com/TeamCodeStream/codestream/blob/master/vs/publishManifest.json https://github.com/TeamCodeStream/codestream/blob/master/vs/src/CodeStream.VisualStudio/source.extension.vsixmanifest

VS Marketplace 团队已解决该问题。请重试。