Oopsie, Visual Studio License expired, so the build server stopped working
Oopsie, Visual Studio License expired, so the build server stopped working
Oh no, not just my build server, Microsofts build server... Everyones' Azure build server - (if you're building on windows)
You're viewing a single thread.
Isn’t that an IDE? Why would a build server need that? Sigh.
24 2 ReplyFor using msbuild or vsbuild to build C projects.
Can be installed standalone but it's typically just easier to install the full VS suite because on a shared runner it's better to include the entire kitchen.
20 0 ReplyFor C, I use Makefiles. The Microsoft ecosystem sounds like a nightmare.
14 3 ReplyThey started at Java's build system and set a course for Hell.
16 0 ReplyMaven works without an IDE. (And so does ant if you’re going back that far.)
And really early Java we used Makefiles.
Anyway all of that worked without an IDE.
8 0 ReplyHey hey hey, put some respect on Java, we don't need certificates to compile our shit.
1 0 Reply
Fron what I gather, visual studio is a horrible monolith that also contains C/C++/C++++ build stuff.
1 0 Reply