From 66ff5f6335403989112de70f542b6904c6ff7297 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 2 Jul 2024 11:31:24 -0700 Subject: [PATCH] Fix casing --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 72c7edfb17..c95a660671 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -113,7 +113,7 @@ jobs: - job: Release pool: - vmImage: "Ubuntu-latest" + vmImage: "ubuntu-latest" dependsOn: - macOS - Linux