diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2546ff26..dcd84c47 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,19 @@ jobs: displayName: 'Build - Ubuntu 16.04' continueOnError: false pool: - vmImage: 'Ubuntu 16.04' + vmImage: 'ubuntu-16.04' + + strategy: + matrix: + ubuntu14: + containerImage: ubuntu:14.04 + ubuntu16: + containerImage: ubuntu:16.04 + ubuntu18: + containerImage: ubuntu:18.04 + + container: $[ variables['containerImage'] ] + workspace: clean: all steps: