简体   繁体   English

.Net-如何导出和安装自定义脚手架vsix扩展

[英].Net - How to export and install a Custom scaffold vsix extension

I wrote a custom scaffolding extension for my project using this tutorial 我使用本教程为我的项目编写了一个自定义脚手架扩展

http://blogs.msdn.com/b/webdev/archive/2014/04/03/creating-a-custom-scaffolder-for-visual-studio.aspx http://blogs.msdn.com/b/webdev/archive/2014/04/03/creating-a-custom-scaffolder-for-visual-studio.aspx

It's my first time building my own vsix extension, the extension runs in an experimental instance and does exactly what I want. 这是我第一次构建自己的vsix扩展,该扩展在实验实例中运行,并且完全满足我的要求。

How do I export this vsix so that I can use it in my other projects? 如何导出此vsix,以便可以在其他项目中使用它?

Thanks for any help. 谢谢你的帮助。

At the bottom of the page you linked to, there is a link on this very subject. 在您链接到的页面的底部,有一个与此主题相关的链接。

Deploying your Scaffolder to the VSIX gallery - http://msdn.microsoft.com/en-us/library/ff363239.aspx (make sure to have the category type as Tools->Scaffolding, as that will allow it to be more discoverable to end-users) 将脚手架部署到VSIX画廊-http: //msdn.microsoft.com/zh-cn/library/ff363239.aspx (确保类别类型为Tools-> Scaffolding,因为这将使它更易于发现最终用户)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM