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:
- task: GoTool@0
inputs:
version: '1.13.5'
- task: CmdLine@2
name: Build
version: '1.1.4'
- task: Bash@3
displayName: 'Build the executables'
inputs:
workingDirectory: '$(Build.SourcesDirectory)'
script: './build.sh'
targetType: 'inline'
script: './build.sh'
workingDirectory: '$(Build.SourcesDirectory)'