my problem,if i started build,i would like to with Unit test project build...
Where do I bug ?
<Import Project="C:Program Files (x86)TypemockIsolatorTypeMock.MSBuild.Tasks" />
<Target Name="BeforeTest">
<TypeMockStart LogPath="C:TypeMockLogs" LogLevel="9" Target="3.5" />
<Exec ContinueOnError="false" WorkingDirectory="$(SolutionRoot)" Command="$(NUNIT) Business.Tests.dll" />
</Target>
<Target Name="AfterTest">
<TypeMockStop Undeploy="true" />
</Target>
<PropertyGroup>
<TypeMockLocation>C:BuildIsolator</TypeMockLocation>
<NUNIT>"C:Program Files (x86)NUnit 2.6in
unit-console.exe"</NUNIT>
<TMockRunnerPath>"C:Program Files (x86)TypemockIsolatorTMockRunner.exe"</TMockRunnerPath>
<MSTestPath>"D:Program Files (x86)Microsoft Visual Studio 10.0Common7IDEMSTest.exe"</MSTestPath>
</PropertyGroup>