Jawad Halaby
Jawad Halaby

Reputation: 21

VSTS change agent state from offline to online after installing it

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

Answers (1)

starian chen-MSFT
starian chen-MSFT

Reputation: 33708

If the build agent is running as interactive mode, you need to start agent by running run.cmd file:

  1. Open Command line as administrator
  2. Run run.cmd file (under agent folder)

If the build agent is running as service, you can check whether the related service is running in Services.

Upvotes: 3

Related Questions