From f6899747277f8d070ecfc13d32983058523484e8 Mon Sep 17 00:00:00 2001 From: "shamrao shinde, sumedh" Date: Fri, 8 Nov 2024 08:01:26 +0000 Subject: [PATCH] working version of pipeline --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 48510c9..ad5b550 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ stages: displayName: Build stage jobs: - job: Build - displayName: Build + displayName: "Build & push to ACR" pool: name: azureselfhosted steps: @@ -108,4 +108,4 @@ stages: docker rmi $(docker images -q) displayName: 'Clean up Docker Images' continueOnError: true - condition: always() \ No newline at end of file + condition: always()