从 DTE 打包 SharePoint 解决方案

发布于 2024-11-17 04:03:57 字数 247 浏览 1 评论 0原文

有没有办法从 Visual Studio dte 将 SharePoint 解决方案打包到 .wsp 文件中?

我可以使用以下命令构建解决方案:

$dte.ExecuteCommand("Build.RebuildSolution")

但这不会打包项目。

注意:我尝试使用 Powershell/PowerConsole 来执行此操作,但这与我以其他方式访问 $dte 是一样的。

Is there a way to package a SharePoint solution in a .wsp file from the Visual Studio dte?

I can build the solution with the following command:

$dte.ExecuteCommand("Build.RebuildSolution")

But that doesn't package the project.

Note: I was trying to do this with Powershell/PowerConsole, but it would be the same as if I was accessing the $dte some other way.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清浅ˋ旧时光 2024-11-24 04:03:57

$dte.ExecuteCommand("Build.Package")

$dte.ExecuteCommand("Build.Package")

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文