From c007c97e157a725c650f88f2b344e6556f75280c Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:21:31 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c1a7eb6c..8b004f5fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' \ No newline at end of file + targetType: 'inline' + script: './build.sh' + workingDirectory: '$(Build.SourcesDirectory)' \ No newline at end of file