Reputation: 17485
I am using Visual Studio Online ( Azure Devops).
I am using On Premise Deployment.
When we create deployment group and It provide us some poweshell script and when executed it create window service (VSTS Agent)
Other thing is that we download agent pool and configure and run.
Is Agent Pool and Pool that is started using powershell are same ?
Upvotes: 1
Views: 365
Reputation: 59020
A deployment group and a normal build/release agent are not the same thing. It's the same agent software, but agents registered to deployment groups are for a specific purpose and are not available in the normal agent pools.
Please refer to the documentation.
Upvotes: 4