nastester
2 years agoRegular Contributor
TestExecute: Setting up interactive/auto-logon agent for pipeline testing
I am trying to get tests to run in an Azure pipeline and am running into an issue when running from the pipeline, the agent isn't starting. If I manually log into the build machine, the agent auto s...
- 2 years ago
If you are not able to have Windows auto login enabled, then you need to have a dedicated user log into the machine, then use tscon utility to disconnect from the remote machine. The session will remain active, and the agent can then use this active session to run the automation.