Skip to content

Commit

Permalink
Fix image ref issues in powershell template
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Jun 21, 2022
1 parent 090651a commit 6e77c36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6e77c36

Please sign in to comment.