I have an MSI vdproj that inherits a reference to Microsoft.Project.Server.Library. This project builds fine on a workstation, but when attempting to build from a CI server, it fails based on some Sharepoint dependencies (Microsoft.Sharepoint.Security.dll, etc). How can we get around this without installing and licensing sharepoint (which we don't use nor need) on the Jenkins server?
Thanks in Advance!!