Skip to content

Commit

Permalink
Swap matrix order for display name consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Feb 16, 2024
1 parent 5fd2523 commit cd08c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"windows-2022": {
"OSVmImage": "MMS2022",
"Pool": "azsdk-pool-mms-win-2022-general",
"Pool": "azsdk-pool-mms-win-2022-general"
}
},
"GOEXPERIMENT": "nocoverageredesign",
"GoVersion": [
"1.22.0"
]
],
"GOEXPERIMENT": "nocoverageredesign"
}
]
}

0 comments on commit cd08c48

Please sign in to comment.