You need to use msbuild to build the C# code. You can either use the
"custom command" to get the command line arguments needed for msbuild, or
even better, invoke msbuild from within a batch file that you check in
along side your code or as a separate material. This way, you don't hard
code anything within GoCD.

I've always built VB6 code from within Visual Basic, but modern day VB.Net
code can be built via msbuild too.

-- Ram

On Thu, Mar 16, 2017 at 11:28 PM, Christian Kolb <[email protected]>
wrote:

> Hello again!
>
> I have tested GoCD now for a while with Java projects and I like it.
>
> However can GoCD also be used together with C# and Visual Basic projects?
> I notived that GoCD can check out from Team Foundation Server (TFS),
> which many use when working on a project with Microsoft Technologies.
>
> What is unclear to me is if and how the Building works.
> For Java projects, I just needed to install Ant on my Fedora 23 (on which
> my Go Server and Agent are installed)
> and I could execute the Ant Files from the Git Repos.
> However which building tools do I need for C# and VB?
>
> Best regards,
>
> --
> You received this message because you are subscribed to the Google Groups
> "go-cd" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to