diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fecec2061..2c27856ad 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,17 +27,6 @@ steps: echo '##vso[task.prependpath]$(GOROOT)/bin' displayName: 'Set up the Go workspace' -- script: | - go version - go get -v -t -d ./... - if [ -f Gopkg.toml ]; then - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - dep ensure - fi - go build -v . - workingDirectory: '$(modulePath)' - displayName: 'Get dependencies, then build' - - task: CmdLine@2 name: Build inputs: