我使用sqlite构建了一个UWP应用程序.在我的本地计算机上,我必须安装以下
SQLite for Universal Windows Platform Visual Studio扩展才能构建它.我在UWP上使用sqlite时遵循了
this blog
我现在正在尝试实现与Visual Studio Team Services的持续集成(Team Foundation Server Online).
我正在使用托管池来构建我的应用程序,但我收到以下消息:
C:\Program Files
(x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2049,5):
error MSB3774: Could not find SDK “sqlite.UWP.2015,Version=3.12.2”.
它打破了构建.
如何在托管池上修复此问题?我没有物理访问机器,因为这是由TFS在线管理的
编辑:
发现这是一个安装在我的本地机器上的库(通过Visual Studio扩展),因此在我的托管计算机上不存在意味着引用被破坏我试图将相应的文件添加到源代码控制并直接从源代码引用它控制.但我不知道它实际上引用了什么dd,因为它没有说.参考资料的属性如下:
没有任何方法可以在Hosted Build Agent上安装扩展.
Q: Does your build depend on software other than this software that is
installed on hosted build resources?A: No. Then you can use the hosted pool.
以下是Hosted Build Agent上安装的软件:Software on the hosted build server.
解决方法是deploy your own build agent.使用此构建代理,您可以安装要构建项目的软件.