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()