Distributed C# building / compilation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    #1

    Distributed C# building / compilation

    Hi there.

    Does anyone know of any Visual Studio Add-Ins, (or any other method for that
    matter) to build C# projects distributed across multiple machines?

    Our solution of 24 projects is starting to take *ages* to rebuild......

    Thanks :)

    Salo.


  • Gagik A.

    #2
    Re: Distributed C# building / compilation

    Salo,
    you can try running your build through VisualMake (trial available at
    http://www.visualmake.com) and see if it makes any difference. Just out of
    curiosity, what is the reason for having the projects scattered across
    multiple machines?

    Regards,
    Gagik A.
    ----------------------------------------------------------------------------
    -
    Automate your VB, VC++ and .NET component builds
    Extensive selection of high-quality domain names. Knowledgeable, friendly customer support.

    ----------------------------------------------------------------------------
    -
    <nospam@thanks. com> wrote in message news:hrWdnZIyh5 RGqz_dRVn-hw@is.co.za...[color=blue]
    > Hi there.
    >
    > Does anyone know of any Visual Studio Add-Ins, (or any other method for[/color]
    that[color=blue]
    > matter) to build C# projects distributed across multiple machines?
    >
    > Our solution of 24 projects is starting to take *ages* to rebuild......
    >
    > Thanks :)
    >
    > Salo.
    >
    >[/color]


    Comment

    • Ondrej Spanel

      #3
      Re: Distributed C# building / compilation

      Xoreax Incredibuild - check http://www.xoreax.com - I think the current 2.xx
      release supports C# as well (my personal experience is with C++ only,
      though).

      Regards
      Ondrej
      [color=blue]
      > Does anyone know of any Visual Studio Add-Ins, (or any other method for[/color]
      that[color=blue]
      > matter) to build C# projects distributed across multiple machines?[/color]


      Comment

      • songie D

        #4
        Re: Distributed C# building / compilation

        You don't have to build all the projects in a solution, you can just rebuild
        the one you're working on.

        <nospam@thanks. com> wrote in message news:hrWdnZIyh5 RGqz_dRVn-hw@is.co.za...[color=blue]
        > Hi there.
        >
        > Does anyone know of any Visual Studio Add-Ins, (or any other method for[/color]
        that[color=blue]
        > matter) to build C# projects distributed across multiple machines?
        >
        > Our solution of 24 projects is starting to take *ages* to rebuild......
        >
        > Thanks :)
        >
        > Salo.
        >
        >[/color]


        Comment

        Working...