Hacker News new | ask | show | jobs
by mshockwave 1174 days ago
you still can invoke msbuild manually. If I really need to test on Windows, most of the time it's a CMake project so I just generate build files for VSCode, go back to whatever editor I like and `cmake --build .` to launch the build job.