Reputation: 21
i'm facing a problem with VSTS agent state is offline i installed the agent through cmd under the right pool and downloaded after that but it still offline any help please ?
Upvotes: 2
Views: 4581
Reputation: 33708
If the build agent is running as interactive mode, you need to start agent by running run.cmd file:
If the build agent is running as service, you can check whether the related service is running in Services.
Upvotes: 3