During running RunServerUnitTestsTask the following message shows:
No results, this could be for a number of reasons. The most common reasons are:1) missing PDBs for the assemblies that match the filter please review theoutput file and refer to the Usage guide (Usage.rtf) about filters. 2) the profiler may not be registered correctly, please refer to the Usage guide and the -register switch.
Changing it to _coverSettings.Register = "Path64" fixes the issue for me.
So my proposal is to allow to specify it from outside.
During running RunServerUnitTestsTask the following message shows:
No results, this could be for a number of reasons. The most common reasons are:
1) missing PDBs for the assemblies that match the filter please review the
output file and refer to the Usage guide (Usage.rtf) about filters. 2) the profiler may not be registered correctly, please refer to the Usage guide and the -register switch.
Changing it to _coverSettings.Register = "Path64" fixes the issue for me.
So my proposal is to allow to specify it from outside.