Tagged Questions
2
votes
3answers
2k views
Modern Build tool suitable for Visual Studio MSBuild
I'm new to build automation and Continuous Integration, but have done extensive research on the subject.
First the question: assuming I have an unmanaged Visual C++ .sln file, and that I can build it ...