Please find the answer for your queries.
Q1) Is it possible to include the SDK in my project since i can't install it on a build server
A1) We have an alternative option for including the SDK in to the build server. Please download the Syncfusion Universal platform build from the below location and install it in any machine other than build server. Then please follow the below steps.
1. After installing in that machine, copy the Universal Windows folder from the below location to the any of the location in the build server.
{installed location}\Universal Windows
Example:
C:\Program Files (x86)\Syncfusion\Essential Studio\14.1.0.41\Universal Windows
2. Then, we need to create registry entry for including the SDK to the project as a reference. Open CTRL+R -> regedit then navigate to the below location.
computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft SDKs\Windows\v10.0
3. Then create the new key in the above registry ExtensionSDKs\Syncfusion Controls for UWP XAML\14.1.0.41, then edit the Default value and update the Universal Windows folder location in your build server which copied. please check the below screenshot for reference.
4. Now open the UWP Project in Visual Studio 2015 and in the reference section à right click add reference. Now you can see the below window and choose Syncfusion Controls for UWP XAML from the Extension then click Ok
5. Now SDK has been included as the reference to your projects.
Q2) Package it in a Nuget file that i can distribute in my private Nuget server?
A2) Yes , you can use as the package in your private Nuget server.
Please let us know if you have any concerns on this.
Regards,
Ganesh M