From 91bf7f1c147738c43ff5e5699ed20117cc978b4a Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Fri, 16 Feb 2024 15:27:08 -0500 Subject: [PATCH] Swap matrix order for display name consistency --- eng/pipelines/templates/stages/platform-matrix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index bc6cedc7533c..8ad028473e25 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -27,10 +27,10 @@ "Pool": "azsdk-pool-mms-win-2022-general", } }, - "GOEXPERIMENT": "nocoverageredesign", "GoVersion": [ "1.22.0" - ] + ], + "GOEXPERIMENT": "nocoverageredesign" } ] }