We're primarily a manufacturer, but we have software to run on our Windows-based machines and on a companion PC. Our code base is ancient, using a lot of C++/MFC that will never be updated. Currently our only target is Win10 Pro/64, but we need to update things for Win11 and WinWhatever'sNext.
Right now our software dept is 1 engineer, his development machine, and a "server"-ish box that runs the following:
Obviously it's time to build a new nightly build server, probably as a VM.
What would y'all recommend as a toolchain for this? The only tool we're completely wedded to is VisualStudio; everything else is open for discussion.
We're very cost-conscious, but I also understand the false economy of having my one software engineer spend a month to learn a free tool to save $1,500.
Self-hosted git + WiX + ???
Thanks!
Right now our software dept is 1 engineer, his development machine, and a "server"-ish box that runs the following:
- WIndows Server 2012 R2
- Team Foundation Server 2010
- VisualStudio 2015
- VisualBuild Pro v9
- AdvancedInstaller 17.9
Obviously it's time to build a new nightly build server, probably as a VM.
What would y'all recommend as a toolchain for this? The only tool we're completely wedded to is VisualStudio; everything else is open for discussion.
We're very cost-conscious, but I also understand the false economy of having my one software engineer spend a month to learn a free tool to save $1,500.
Self-hosted git + WiX + ???
Thanks!