From ba1ab27fb0890526b63c1e4a4d55eb7ac0ea7bff Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 17 Dec 2024 13:34:20 +0000 Subject: [PATCH] Fix job name --- WebDisplay/deploy/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebDisplay/deploy/azure-pipelines.yml b/WebDisplay/deploy/azure-pipelines.yml index 9596fdf..c8b29e5 100644 --- a/WebDisplay/deploy/azure-pipelines.yml +++ b/WebDisplay/deploy/azure-pipelines.yml @@ -75,7 +75,7 @@ stages: configuration: '$(System.ArtifactsDirectory)/Manifest/manifest.yaml' secretType: 'dockerRegistry' containerRegistryType: 'Container Registry' - - job: Deploy Internal + - job: Deploy_Internal pool: vmImage: 'ubuntu-latest' steps: