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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…