Download and install TFS 2017 Build Agent

1. Goto your TFS link http://onlinetfsserver.com:8080/tfs (replace onlinetfsserver with your tfs server link.
2. select the project.
3. GoTo builds.
5. Goto Settings menu option.
6. Select Agents Pools submenu.
7. Click on "Download Agent" Button.
8. Once Agent gets downloaded unzip it and follow the instruction on the download agent page.
Create the agent
PS C:\> mkdir agent ; cd agent
PS C:\agent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win7-x64-2.112.0.zip", "$PWD")
Configure the agent
PS C:\agent> .\config.cmd
Optionally run the agent interactively
PS C:\agent> .\run.cmd
That's it!







Comments

Popular posts from this blog

Authorize.net Integration eCommerce Payment Gateway ( Direct Post Method New! )

Get Organised with OneNote

Test your Sql Query Online