Skip to content

Commit

Permalink
.sync/azure-pipelines: Swap CLANGPDB VM image name (#56)
Browse files Browse the repository at this point in the history
After this change:
  - `Ubuntu-CLANGPDB.yml`
    - Uses: `tool-chain-clangpdb-ubuntu-vm-image`
  - `Windows-CLANGPDB.yml`
    - Uses: `tool-chain-clangpdb-windows-vm-image`

These were previously reversed.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Dec 6, 2022
1 parent 8a4cd63 commit f327f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sync/azure_pipelines/matrix_dependent/Ubuntu-CLANGPDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resources:
variables:
- group: architectures-x86-64
- group: tool-chain-clangpdb
- group: tool-chain-clangpdb-windows-vm-image
- group: tool-chain-clangpdb-ubuntu-vm-image

jobs:
- template: Matrix-Build-Job-Clang.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resources:
variables:
- group: architectures-x86-64
- group: tool-chain-clangpdb
- group: tool-chain-clangpdb-ubuntu-vm-image
- group: tool-chain-clangpdb-windows-vm-image

jobs:
- template: Matrix-Build-Job-Clang.yml
Expand Down

0 comments on commit f327f74

Please sign in to comment.