DEV Community

Discussion on: The Windows CLI sucks, and that's good.

Collapse
 
dbrower profile image
(((David Brower)))

Dumb question, I'm sure, but with whizzy IDEs (VS, Eclipse, ...), how does one do an automated integration build (daily on schedule, or on-checkin)?

Not a fan of make, but I do like command-line build tools.

Collapse
 
joelbennett profile image
Joel Bennett

For Visual Studio, I suspect you'd use MSBuild. From what I understand, it's a command line utility for making builds.