From ad44eeabeab3e02cccdfe45265d4ab74c2ddc9c9 Mon Sep 17 00:00:00 2001 From: Sandy1438 <71320072+Sandy1438@users.noreply.github.com> Date: Mon, 11 Oct 2021 14:40:58 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27a798a..4a3bbbe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,10 @@ # Starter pipeline +- task: AzureCLI@2 + inputs: + azureSubscription: 'Learn Devops(834a3ff0-8076-4420-89aa-93acd4df6b68)' + scriptType: 'bash' + scriptLocation: 'inlineScript' + inlineScript: 'ls -lrt' # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml