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 the extensions and work with locally. My question is about the remotely building (continuous integration) of my application through msbuild in TFS. Does the build machines need to have the same version of SQLite SDKs installed manually in order to resolve the dependency ? There can be multiple project in my TFS collection which can refer to separate version of VSIX files . Both versions can not co exist together. What happens then ? Can I somehow upload the vsix file to our package management software (Nexus) and refer from there. We have been building other dependencies as Nuget packages from Nexus. There might be number of packages required for different architecture and other component's packages. Any help will be hugely appreciated. Thanks and Best Regards, Saurav

