Background - I am running coded-ui test cases using azure-devops build and release definition. and I am running the test cases in Window 10 self hosted VM agent.
While running coded-ui test cases from VSTS, the release deployment doesn't start until I press enter in Agent.Listener.exe window. As you can see in the screen below that there is no job running on it and as soon as I hit enter it it starts to run the job.
Also if I don't hit enter for quite long time the release fails saying, "The agent: "machine name" lost communication with the server. Verify the machine is running and has a healthy network connection.".
and when I press enter it starts the job run by saying running job. Agent.Listener.exe starts with auto-logon during startup in administrator mode.
Can anyone please help me resolve the issue so that I don't have to press enter every time I trigger a new test case?