VSTS Online Building Setup Projects?

给你一囗甜甜゛ 提交于 2019-11-29 14:09:52

You have to configure your own build agent to run the build since Visual Studio Installer Projects extension is not installed on the Hosted & Hosted 2017 Agent.

Make sure the VS Installer Projects extension is installed on your own build agent and then you can build the setup project either use command line task with "devenv" or use the "Build VS Installer" task.

And if you get the "8000000A" error like following:

Please following the instruction here to configure your build agent: Solution: An error occurred while validating. HRESULT = '8000000A'.

Then you should be able to build the setup project successfully:

To Build .msi file by VS installer project, you can use Build VS Installer task in marketplace.

You can specify to build .sln or .vdproj to generate .msi file(s) in Task-mode option.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!