【发布时间】:2020-03-04 00:44:47
【问题描述】:
我正在使用带有 VM = vmImage: 'windows-2019' 的 Azure devops,我想知道如何从我的 vdproj 生成 MSI 文件。
在我的本地 Visual Studio 中,我安装了扩展“Microsoft Visual Studio 安装程序项目”,它工作正常。但是在 Azure 管道的托管代理的 VS2019 中,我没有,而且我无法将 msi 生成为工件。
我尝试通过 devenv.exe cmd 运行,但由于我没有扩展,所以它不起作用。
有没有办法从 azure 管道生成 msi 文件?我尝试了不同的方法,一些自定义任务,但没有奏效。
或者我可以将我的设置更改为 MsBuild 重新配置的其他类型的项目吗?
我的错误:
The project file "xxx.vdproj" is not supported by MSBuild and cannot be built.
干杯。
【问题讨论】:
标签: azure-devops msbuild windows-installer