Hi,
I am writing an msbuild file to run tests using galio.Now, I need to give
<UsingTask AssemblyFile="..\dll\Gallio.MSBuildTasks.dll" TaskName="Gallio" />
This does not work, when I give full path c:\program file\galio\bin,it works.But, I want to give path to my dll folder in source control where Gallio.MSBuildTasks.dl is located.How to do this?