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
      20
      ·
      6 days ago

      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
            ·
            6 days ago

            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
      ·
      5 days ago

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