RonSijm@programming.dev to Programmer Humor@programming.devEnglish · 2 months agoOopsie, Visual Studio License expired, so the build server stopped workingprogramming.devimagemessage-square91fedilinkarrow-up1426arrow-down14file-text
arrow-up1422arrow-down1imageOopsie, Visual Studio License expired, so the build server stopped workingprogramming.devRonSijm@programming.dev to Programmer Humor@programming.devEnglish · 2 months agomessage-square91fedilinkfile-text
Oh no, not just my build server, Microsofts build server… Everyones’ Azure build server - (if you’re building on windows)
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up25arrow-down2·2 months agoIsn’t that an IDE? Why would a build server need that? Sigh.
minus-squareLowpast@lemmy.worldlinkfedilinkarrow-up21·2 months agoFor 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.
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up15arrow-down3·2 months agoFor C, I use Makefiles. The Microsoft ecosystem sounds like a nightmare.
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up16·2 months agoThey started at Java’s build system and set a course for Hell.
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up8·2 months agoMaven 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.
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up1·edit-22 months agoHey hey hey, put some respect on Java, we don’t need certificates to compile our shit.
minus-squarePlexSheep@infosec.publinkfedilinkarrow-up1·2 months agoFron what I gather, visual studio is a horrible monolith that also contains C/C++/C++++ build stuff.
Isn’t that an IDE? Why would a build server need that? Sigh.
For 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.
For C, I use Makefiles. The Microsoft ecosystem sounds like a nightmare.
They started at Java’s build system and set a course for Hell.
Maven 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.
Hey hey hey, put some respect on Java, we don’t need certificates to compile our shit.
Fron what I gather, visual studio is a horrible monolith that also contains C/C++/C++++ build stuff.