From faaacb5215f2baa926804e67ecf457ce84aa8f37 Mon Sep 17 00:00:00 2001 From: gauravsaralms <43203065+gauravsaralMs@users.noreply.github.com> Date: Mon, 13 Dec 2021 14:18:25 +0530 Subject: [PATCH] install azure-devtools explicitly in setup ci machine --- .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 6a3bca90..2973e03d 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'