From 2aabcbb945385910b8d986be32f4bf72c049a674 Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 15:56:47 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 189a387c9..1b87e82a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,4 +27,17 @@ steps: inputs: targetType: 'inline' script: './build.sh' - workingDirectory: '$(Build.SourcesDirectory)' \ No newline at end of file + workingDirectory: '$(Build.SourcesDirectory)' + +- task: DockerInstaller@0 + inputs: + dockerVersion: '17.09.0-ce' + +- task: Bash@3 + displayName: 'Build the docker container' + inputs: + targetType: 'inline' + script: | + echo 'Building docker container' + ./build/docker/images-build.sh +