Search code examples
concourse

msbuild resource type for Concourse


Are there any resource type for msbuild in Concourse? I am looking to compile and run unit tests for the C# app. As of now I have the msbuild in .cmd file and calling it into the task.


Solution

  • What you are doing is the correct procedure. Code builds and tests go into Concourse tasks.

    A Concourse resource is to push an output (eg: put an artifact to S3) or to pull an input (eg clone a git repo), not to build code.