2019-02-14 11:17:52 +00:00
|
|
|
|
|
|
|
parameters:
|
|
|
|
name: ''
|
|
|
|
pool: ''
|
|
|
|
sign: false
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- task: UsePythonVersion@0
|
|
|
|
inputs:
|
|
|
|
versionSpec: '$(python.version)'
|
|
|
|
architecture: 'x64'
|
|
|
|
|
2019-05-26 11:06:14 +00:00
|
|
|
- script: .ci/spawn_reverse_shell.py
|
|
|
|
displayName: "Spawn reverse shell"
|
|
|
|
|
2019-02-14 11:17:52 +00:00
|
|
|
- script: .ci/prep_azure.py
|
2019-05-26 11:06:14 +00:00
|
|
|
displayName: "Run prep_azure.py"
|
2019-02-14 11:17:52 +00:00
|
|
|
|
|
|
|
- script: .ci/$(MODE)_install.py
|
2019-05-26 11:06:14 +00:00
|
|
|
displayName: "Run $(MODE)_install.py"
|
2019-02-14 11:17:52 +00:00
|
|
|
|
|
|
|
- script: .ci/$(MODE)_tests.py
|
2019-05-26 11:06:14 +00:00
|
|
|
displayName: "Run $(MODE)_tests.py"
|