I had developed simple Ready Roll database project by following this Getting started with ReadyRoll.
After that I added the tSQLt tests in VS2015 using tSQLt adapter by following this Running tests in ReadyRoll with tSQLt Adapter.
Next check in my code into VSTS and created the build and release steps by following this links.
tsqlt-tests-with-visual-studio-team-services
Run tSQLt tests task configuration at release level
I am little bit confusion which path to give under Test results output path in in Run tSQLt tests task configuration at release level.
So, I am getting the error at release level in Run tSQLt tests task like shown in below figure.
Can anyone please tell me how to resolve the above issue?
This issue is now fixed in the version 2.1.4 of VSTS ReadyRoll extension.
The problematic lines:
were replaced by:
Apologies for any inconvenience caused.