diff --git a/Display/deploy/azure-pipelines.yml b/Display/deploy/azure-pipelines.yml index 722df4d..4bfa624 100644 --- a/Display/deploy/azure-pipelines.yml +++ b/Display/deploy/azure-pipelines.yml @@ -16,7 +16,7 @@ stages: jobs: - job: Build pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-latest' steps: - task: Docker@0 displayName: 'Build an image' @@ -48,7 +48,7 @@ stages: jobs: - job: Deploy pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-latest' steps: - task: DownloadBuildArtifacts@0 inputs: diff --git a/Hub/Service/deploy/azure-pipelines.yml b/Hub/Service/deploy/azure-pipelines.yml index 1acce78..f56cebd 100644 --- a/Hub/Service/deploy/azure-pipelines.yml +++ b/Hub/Service/deploy/azure-pipelines.yml @@ -16,7 +16,7 @@ stages: jobs: - job: Build pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-latest' steps: - task: Docker@0 displayName: 'Build an image' @@ -48,7 +48,7 @@ stages: jobs: - job: Deploy pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-latest' steps: - task: DownloadBuildArtifacts@0 inputs: diff --git a/Power/Service/deploy/azure-pipelines.yml b/Power/Service/deploy/azure-pipelines.yml index 7a8b1ec..7726731 100644 --- a/Power/Service/deploy/azure-pipelines.yml +++ b/Power/Service/deploy/azure-pipelines.yml @@ -48,7 +48,7 @@ stages: jobs: - job: Deploy pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-latest' steps: - task: DownloadBuildArtifacts@0 inputs: diff --git a/Weather/SerialReader/deploy/azure-pipelines.yml b/Weather/SerialReader/deploy/azure-pipelines.yml index df1bfc3..15bf104 100644 --- a/Weather/SerialReader/deploy/azure-pipelines.yml +++ b/Weather/SerialReader/deploy/azure-pipelines.yml @@ -16,7 +16,7 @@ stages: jobs: - job: Build pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-latest' steps: - task: Docker@0 displayName: 'Build an image' @@ -48,7 +48,7 @@ stages: jobs: - job: Deploy pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-latest' steps: - task: DownloadBuildArtifacts@0 inputs: diff --git a/Weather/Service/deploy/azure-pipelines.yml b/Weather/Service/deploy/azure-pipelines.yml index 0969ec4..5706931 100644 --- a/Weather/Service/deploy/azure-pipelines.yml +++ b/Weather/Service/deploy/azure-pipelines.yml @@ -16,7 +16,7 @@ stages: jobs: - job: Build pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-latest' steps: - task: Docker@0 @@ -52,7 +52,7 @@ stages: jobs: - job: Deploy pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-latest' steps: - task: DownloadBuildArtifacts@0 inputs: