When creating a visual studio solution using the services of a visual studio, it runs unit tests written in nunit 3 using the nunit 3 NUnit3TestAdapter, which runs the tests.
The error it gives is: Error: Invalid characters in the path.
Full conclusion as follows
2016-02-11T17:02:40.8514411Z Executing the powershell script: C:\BuildAgent\tasks\VSTest\1.0.29\VSTest.ps1 2016-02-11T17:02:41.1483135Z ##[debug]Calling Invoke-VSTest for all test assemblies 2016-02-11T17:02:41.2108131Z Working folder: C:\BuildAgent\_work\5 2016-02-11T17:02:41.2108131Z Executing C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe "C:\BuildAgent\_work\5\s\xxxxxxxxxxTests\bin\Release\xxxxxxxxxxTests.dll" /logger:trx /TestAdapterPath:"C:\BuildAgent\_work\5\s" 2016-02-11T17:02:41.5240692Z Microsoft (R) Test Execution Command Line Tool Version 14.0.24720.0 2016-02-11T17:02:41.5240692Z Copyright (c) Microsoft Corporation. All rights reserved. 2016-02-11T17:02:42.1326930Z Starting test execution, please wait... 2016-02-11T17:02:46.4921857Z Information: NUnit Adapter 3.0.8.0 executing tests is started 2016-02-11T17:02:46.5077303Z Information: Running all tests in C:\BuildAgent\_work\5\s\xxxxxxxxxxTests\bin\Release\xxxxxxxxxxTests.dll 2016-02-11T17:02:46.6327336Z Information: NUnit Adapter 3.0.8.0 executing tests is finished 2016-02-11T17:02:46.6327336Z ##[error]Error: Exception System.ArgumentException, Exception thrown executing tests 2016-02-11T17:02:46.6327336Z ##[error] 2016-02-11T17:02:46.6327336Z ##[error]Error: Illegal characters in path. 2016-02-11T17:02:46.6327336Z ##[error] 2016-02-11T17:02:46.7108474Z Information: Additionally, you can try specifying '/UseVsixExtensions' command if the test discoverer & executor is installed on the machine as vsix extensions and your installation supports vsix extensions. Example: vstest.console.exe myTests.dll /UseVsixExtensions:true 2016-02-11T17:02:46.8358887Z ##[error]VSTest Test Run failed with exit code: 1 2016-02-11T17:02:46.8514965Z ##[warning]No results found to publish.
We have a room assembly agent, but I donโt think it should matter.

Any advice you can give him is appreciated.
source share