From 429f5e7afb5a7a2ebccbcd4c292a0b9c03e59c96 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 26 May 2019 12:06:14 +0100 Subject: [PATCH] issue #587: enable spawn_reverse_shell and tidy up Azure step names --- .ci/azure-pipelines-steps.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.ci/azure-pipelines-steps.yml b/.ci/azure-pipelines-steps.yml index a377d795..d2d48528 100644 --- a/.ci/azure-pipelines-steps.yml +++ b/.ci/azure-pipelines-steps.yml @@ -10,11 +10,14 @@ steps: versionSpec: '$(python.version)' architecture: 'x64' +- script: .ci/spawn_reverse_shell.py + displayName: "Spawn reverse shell" + - script: .ci/prep_azure.py - displayName: "Install requirements." + displayName: "Run prep_azure.py" - script: .ci/$(MODE)_install.py - displayName: "Install requirements." + displayName: "Run $(MODE)_install.py" - script: .ci/$(MODE)_tests.py - displayName: Run tests. + displayName: "Run $(MODE)_tests.py"