From ab73539b5f1139034241cc97855bb3bf606dbfd1 Mon Sep 17 00:00:00 2001 From: Ganachand <45781665+Ganachand@users.noreply.github.com> Date: Sun, 12 May 2019 22:25:21 -0700 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c3815408..7e5f40a7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ steps: workingDirectory: 'environment_setup' - script: | - az login --service-principal -u $(spidentity) -p $(spsecret) --tenant $(sptenant) + az login --service-principal -u $(ganchand) -p $(Ishanaa@2907) --tenant $(72f988bf-86f1-41af-91ab-2d7cd011db47) displayName: 'Login to Azure'