From fbcd18bf5b2792ef8769a23d68f918504ad74a24 Mon Sep 17 00:00:00 2001 From: gauravsaralms <43203065+gauravsaralMs@users.noreply.github.com> Date: Mon, 13 Dec 2021 14:51:18 +0530 Subject: [PATCH] install azure-devtools explicitly in setup ci machine (#1235) --- .azure-pipelines/templates/setup-ci-machine.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/templates/setup-ci-machine.yml b/.azure-pipelines/templates/setup-ci-machine.yml index 6a3bca900..2973e03df 100644 --- a/.azure-pipelines/templates/setup-ci-machine.yml +++ b/.azure-pipelines/templates/setup-ci-machine.yml @@ -9,3 +9,5 @@ steps: displayName: 'Install coverage' - script: pip install pytest-cov displayName: 'Install pytest-cov' +- script: pip install azure-devtools + displayName: 'Install azure-devtools'