Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
300 views
in Technique[技术] by (71.8m points)

sqlite - How to include an 'Extension or Update' as a dependency in a TFS build?

I have a project I wish to build via TFS2013 which is failing due to a dependency on SQLite on the build agent, specially:

C:WindowsMicrosoft.NETFramework64v4.0.30319Microsoft.Common.targets (1728): Could not find SDK "SQLite.WinRT, Version=3.8.4.3".

If this was a nuget package, fine, I could include the packages folder, use automated package restore etc, but in this case, the SQLite dependency is installed via the 'Extensions & Updates' section in Visual Studio.

My question is this, how can I provide such a dependency to TFS to allow it to find the reference?

Can I simply include the vsix file in a dependencies folder? Or do I really need to install VS and install the extension via that? I'd really hope to avoid the second option here.

Has anyone else hit this problem before?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I would think Install Visual Studio and Visual studio extension is what you need to do.

If you think about it, extensions form part of the development environment. You don't change your dev tools / development environments as part of your build process.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...