Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jared Jacobson 2021-09-13 11:21:31 +10:00
parent 6af0e71729
commit c007c97e15

View file

@ -13,9 +13,10 @@ pool:
steps: steps:
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.13.5' version: '1.1.4'
- task: CmdLine@2 - task: Bash@3
name: Build displayName: 'Build the executables'
inputs: inputs:
workingDirectory: '$(Build.SourcesDirectory)' targetType: 'inline'
script: './build.sh' script: './build.sh'
workingDirectory: '$(Build.SourcesDirectory)'