在TFS构建中找不到Go语言模板

As per microsoft documentation, while creating a new build, a Go(Preview) template should be there. But no such template found for Go. I am using Microsoft Team Foundation Server (On-Premises) 2018. Please guide me what steps I need to perform to build my Go App using TFS on-premise?

No Template Found for GO

(Just in case you happen to stuck on same problem) I have managed to build Go App on my On-Premise TFS using Command line. Screen shot is below: (Add an empty process while setting up new build and then add command line in build step.) Click for the image

Go(preview) build template only exists in VSTS currently. You could test in VSTS by creating a VSTS account for free temporarily.


Add screenshots:

enter image description here

enter image description here