1version: "build-{branch}-{build}" 2image: Visual Studio 2015 3clone_folder: c:\gopath\src\github.com\hashicorp\hcl 4environment: 5 GOPATH: c:\gopath 6init: 7 - git config --global core.autocrlf false 8install: 9- cmd: >- 10 echo %Path% 11 12 go version 13 14 go env 15 16 go get -t ./... 17 18build_script: 19- cmd: go test -v ./...