Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jared Jacobson 2021-09-13 10:22:56 +10:00
parent a9c1635407
commit 71407cb2e4

View file

@ -27,11 +27,6 @@ steps:
echo '##vso[task.prependpath]$(GOROOT)/bin'
displayName: 'Set up the Go workspace'
- script: |
go version
workingDirectory: '$(modulePath)'
displayName: 'Display go version'
- task: CmdLine@2
name: Build
inputs: