vote up 0 vote down star

I am trying to get Gallio to be called from MSBuild in a TeamCity build configuration. The Agent/Server for TeamCity does not have Gallio installed but I do have a distribution of Gallio in my source tree. I am using MSBuild to do the actual build of the project.

How can I tell the Gallio task to use the Gallio executables that are in the source tree?

flag

Out of curiosity: What is the reason for not installing Gallio on the server? – __grover Apr 18 at 20:32
It's on the codebetter.com teamcity server ... they're kind enough to open up hosting for OSS projects without others pestering them to install this or that piece of software for their specific build. Besides it makes the builds more portable to do it this way. – Jeffrey Cameron Apr 19 at 2:31

1 Answer

vote up 1 vote down check

I presume you need your equivalent of the following tag.

<UsingTask AssemblyFile="C:\Program Files\Gallio\bin\Gallio.MSBuildTasks.dll" TaskName="Gallio" />

Place it in the main Project tag.

Colin

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.