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:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft
Solution 1:
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.
Post a Comment for "How To Include An 'extension Or Update' As A Dependency In A Tfs Build?"