Skip to content

Commit f327f74

Browse files
authored
.sync/azure-pipelines: Swap CLANGPDB VM image name (#56)
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 <michael.kubacki@microsoft.com>
1 parent 8a4cd63 commit f327f74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.sync/azure_pipelines/matrix_dependent/Ubuntu-CLANGPDB.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resources:
2727
variables:
2828
- group: architectures-x86-64
2929
- group: tool-chain-clangpdb
30-
- group: tool-chain-clangpdb-windows-vm-image
30+
- group: tool-chain-clangpdb-ubuntu-vm-image
3131

3232
jobs:
3333
- template: Matrix-Build-Job-Clang.yml

.sync/azure_pipelines/matrix_dependent/Windows-CLANGPDB.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resources:
2727
variables:
2828
- group: architectures-x86-64
2929
- group: tool-chain-clangpdb
30-
- group: tool-chain-clangpdb-ubuntu-vm-image
30+
- group: tool-chain-clangpdb-windows-vm-image
3131

3232
jobs:
3333
- template: Matrix-Build-Job-Clang.yml

0 commit comments

Comments
 (0)