Here in the company I work, we have some microservices written in C# and ASP.NET projects. And we use GoCD for everything: Fetching souce files, building, running automated tests, and in-production deployment.
As Sriram said, you just need to use msbuild, and configure the stage to publish artifacts. Take a look at psake, could help you. Em quinta-feira, 16 de março de 2017 12:28:28 UTC-3, Christian Kolb escreveu: > > 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.
