Skip to content

Commit cd08c48

Browse files
committed
Swap matrix order for display name consistency
1 parent 5fd2523 commit cd08c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"windows-2022": {
2626
"OSVmImage": "MMS2022",
27-
"Pool": "azsdk-pool-mms-win-2022-general",
27+
"Pool": "azsdk-pool-mms-win-2022-general"
2828
}
2929
},
30-
"GOEXPERIMENT": "nocoverageredesign",
3130
"GoVersion": [
3231
"1.22.0"
33-
]
32+
],
33+
"GOEXPERIMENT": "nocoverageredesign"
3434
}
3535
]
3636
}

0 commit comments

Comments
 (0)