I'm trying to setup a continuous integration server for PD so it builds automatically. Final hurdle is the project actively disables GonzoNet & the Protocol lib from compiling. This makes it impossible to compile the project with msbuild.
In visual studio you currently have to build those libs first and then build tso.client (as 2 manual steps) which is difficult to represent in msbuild.exe.
Hey,
I'm trying to setup a continuous integration server for PD so it builds automatically. Final hurdle is the project actively disables GonzoNet & the Protocol lib from compiling. This makes it impossible to compile the project with msbuild.
In visual studio you currently have to build those libs first and then build tso.client (as 2 manual steps) which is difficult to represent in msbuild.exe.