簡體   English   中英

從DTE打包SharePoint解決方案

[英]Package a SharePoint solution from the DTE

是否可以通過Visual Studio dte將SharePoint解決方案打包為.wsp文件?

我可以使用以下命令構建解決方案:

$dte.ExecuteCommand("Build.RebuildSolution")

但這並沒有打包項目。

注意:我試圖使用Powershell / PowerConsole進行此操作,但這與我以其他方式訪問$ dte相同。

$dte.ExecuteCommand("Build.Package")

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM