[sqlite] Consuming Visual studio extension SDKs in a remote build

2015-02-23 Thread Saurav Sarkar
Hi All, I am new to .NET and developing an universal Windows application. I am using Visual Studio extension for SQLite for WinRT and Windows Phone. http://www.sqlite.org/2015/sqlite-wp81-winrt-3080801.vsix http://www.sqlite.org/2015/sqlite-winrt81-3080801.vsix I can perfectly install

[sqlite] Consuming Visual studio extension SDKs in a remote build

2015-02-23 Thread Joe Mistachkin
Saurav Sarkar wrote: > > Does the build machines need to have the same version of SQLite SDKs > installed manually in order to resolve the dependency ? > I'm not exactly sure how versioning works for the VSIX mechanism; however, I think they use exact matching on the version number. > > There c