Reputation: 91
Trying to execute the following command :
tfx build tasks upload --task-path ./SwapDeploymentSlots
Will result in :
Error: Failed Request: Forbidden(403) - Access denied. [User name] needs Manage permissions to perform the action. For more information, contact the Team Foundation Server administrator.
The user is a member of the Agent Pool Administrators group, as required by the TFS-CLI documentation.
Any ideas on how to solve this?
Upvotes: 6
Views: 3402
Reputation: 29976
Try adding the user to Agent Pool Administrators group via following steps:
Upvotes: 7
Reputation: 898
On TFS 2017 Update1 (installed on-premise) the steps are slightly different.
Upvotes: 3