From 6e77c36fa33990bab0e6c2a6a9ff56b7e063b888 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Tue, 21 Jun 2022 16:31:41 -0400 Subject: [PATCH] Fix image ref issues in powershell template --- .../templates/stages/archetype-sdk-tool-pwsh.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml b/eng/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml index 64489ae04ac..e800a09645e 100644 --- a/eng/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml +++ b/eng/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml @@ -22,11 +22,11 @@ stages: strategy: matrix: Windows: - Pool: 'azsdk-pool-mms-ubuntu-2004-general' - vmImage: 'MMSUbuntu20.04' - Linux: Pool: 'azsdk-pool-mms-win-2019-general' - vmImage: 'MMS2019' + Image: 'MMS2019' + Linux: + Pool: 'azsdk-pool-mms-ubuntu-2004-general' + Image: 'MMSUbuntu20.04' Mac: Pool: 'Azure Pipelines' Image: 'macOS-10.15'