Hello,
I am attempting to get FTN95 compiling our source code on a hosted build controller on Visual Studio Online. Because the project is compiled using a non-standard toolchain, MSBuild cannot be used, so I have to modify the build process definition to call devenv instead.
This website contains useful information on the process: http://donovanbrown.com/post/I-need-to-build-a-project-that-is-not-supported-by-MSBuild.aspx
The issue I have is that I cannot install Silverfrost FTN95 7.1 on the build server because it is not under our control. What would be the alternative solution? Can I check in the FTN95 compiler into source control and set the system up to build using that? If this is the best way, how would I configure the system to use it? Is there a better way?
Thank you,
Sterren