I'm using Visual Studio 2013, TFS 2012, Test Controller 2012, Test Agent 2012, Test manager 2012.
I made a build in TFS and set output to shared directory '\\bdi-04\Test
'. then configure controller on TFS and agent on controller, create machine on Lab center.
But when try to run test on Test Manager I got this error:
Invalid program name: 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\VSEQT\QTAgent\931\V-MAREF-LAP.middleeast.corp.microsoft.com\Deployment\ConsoleTest.exe'.
What is missing for me?
I tried to copy output from shared directory '\\bdi-04\Test
' to next expected generated folder in QTAgent
which will be '.....Local\VSEQT\QTAgent\932\V-MAREF-LAP.middleeast.corp.microsoft.com\Deployment\
'
Then it worked.
How to make Agent copy needed files from drop location to QTAgent
and use them?