issue #587: enable spawn_reverse_shell and tidy up Azure step names

pull/595/head
David Wilson 5 years ago
parent be23331bbe
commit 429f5e7afb

@ -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"

Loading…
Cancel
Save