RonSijm@programming.dev to Programmer Humor@programming.devEnglish · 5 months agoOopsie, Visual Studio License expired, so the build server stopped workingprogramming.devimagemessage-square33fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1imageOopsie, Visual Studio License expired, so the build server stopped workingprogramming.devRonSijm@programming.dev to Programmer Humor@programming.devEnglish · 5 months agomessage-square33fedilinkfile-text
Oh no, not just my build server, Microsofts build server… Everyones’ Azure build server - (if you’re building on windows)
minus-squareLowpast@lemmy.worldlinkfedilinkarrow-up0·5 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-up1·5 months agoFor C, I use Makefiles. The Microsoft ecosystem sounds like a nightmare.
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up1·5 months agoThey started at Java’s build system and set a course for Hell.
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.