From a7e5b271f8c301fe522917a1ff5a37499b5687a4 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 21 Mar 2022 12:48:08 -0400 Subject: [PATCH] Update pool everywhere this time --- Display/deploy/azure-pipelines.yml | 4 ++-- Hub/Service/deploy/azure-pipelines.yml | 4 ++-- Power/Service/deploy/azure-pipelines.yml | 2 +- Weather/SerialReader/deploy/azure-pipelines.yml | 4 ++-- Weather/Service/deploy/azure-pipelines.yml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) 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: