Oh no, not just my build server, Microsofts build server… Everyones’ Azure build server - (if you’re building on windows)

    • Lowpast@lemmy.world
      link
      fedilink
      arrow-up
      21
      ·
      7 个月前

      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.

          • jaybone@lemmy.world
            link
            fedilink
            arrow-up
            8
            ·
            7 个月前

            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.

    • PlexSheep@infosec.pub
      link
      fedilink
      arrow-up
      1
      ·
      7 个月前

      Fron what I gather, visual studio is a horrible monolith that also contains C/C++/C++++ build stuff.