dotCover config in buildstep - file name is invalid
Completed
Hello i had coverage.xml - config for TeamCity (dotCover build step as command line). When build step processing i had error :
[16:44:33][Step 6/8] File name "Tests\CtiConnectorAvayaUnitTests\bin\Release\CtiConnectorAvayaUnitTests.dll
[16:44:33][Step 6/8] " is invalid.
config :
<TargetArguments>
/testcontainer:Tests\CtiConnectorAvayaUnitTests\bin\Release\CtiConnectorAvayaUnitTests.dll
/testcontainer:Tests\CommunicationInterfaceTest\bin\Release\CommunicationInterfaceTest.dll
/testcontainer:Tests\InteractCoreTest\bin\Release\InteractCoreTest.dll
/testcontainer:Tests\CommunicationModuleTests\bin\Release\CommunicationModuleTests.dll
/resultsfile:MSTestResults.trx
</TargetArguments>
Please sign in to leave a comment.
Its my fault, or fault of mstest.exe parse developer, bcuz mstest need all targetarguments only in single line!