From 684556b1ff570cc7f85facdfd5d943a15938a436 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Wed, 12 Oct 2022 20:18:56 -0700 Subject: [PATCH] fix job name (#20832) --- build/azure-pipelines/sql-product-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/sql-product-build.yml b/build/azure-pipelines/sql-product-build.yml index 18e9192250..389ecf826b 100644 --- a/build/azure-pipelines/sql-product-build.yml +++ b/build/azure-pipelines/sql-product-build.yml @@ -152,7 +152,7 @@ stages: - Linux - Windows jobs: - - job: Add Release Tag + - job: Add_Release_Tag steps: - template: sql-release.yml