From b579e590503e8cd021bfa6867f99794dd4e3a70c Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 18 Feb 2023 15:07:09 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4c5ea9be6..ebe68538a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,7 @@ trigger: - main jobs: - job: myjob + displayName: myjob steps: - script: sudo apt update - script: sudo apt install openjdk-17-jdk -y