加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

在使用Hosted TFS池构建UWP应用程序时找不到SDK SQLite.UWP.2015

发布时间:2020-12-12 19:13:30 所属栏目:百科 来源:网络整理
导读:我使用Sqlite构建了一个UWP应用程序.在我的本地计算机上,我必须安装以下 SQLite for Universal Windows Platform Visual Studio扩展才能构建它.我在UWP上使用sqlite时遵循了 this blog 我现在正在尝试实现与Visual Studio Team Services的持续集成(Team Foun
我使用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)MSBuild14.0binMicrosoft.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.使用此构建代理,您可以安装要构建项目的软件.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读