Could not find SDK SQLite.UWP.2015 when building UWP application using Hosted TFS pool

后端 未结 4 969
迷失自我
迷失自我 2021-01-02 19:36

I have build a UWP application using Sqlite. On my local machine I had to install the following SQLite for Universal Windows Platform Visual Studio Extension to get it to bu

4条回答
  •  误落风尘
    2021-01-02 20:14

    You can not install extra extension in a Hosted VSTS. I tried with TS support and there is no way to do it right now.

    You can use difference CI service like Appveyor with give you some control over installing extension via powershell.

    Or you can wait for Windows 10 Anniversary with include Sqlite.

提交回复
热议问题