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

This commit is contained in:
David Wilson 2019-05-26 12:06:14 +01:00
parent be23331bbe
commit 429f5e7afb
1 changed files with 6 additions and 3 deletions

View File

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