tacticalrmm/azure-pipelines.yml

22 lines
317 B
YAML
Raw Normal View History

2019-12-30 21:32:07 +00:00
trigger:
- develop
jobs:
- job: setup_env
displayName: 'Setup Environment'
strategy:
matrix:
Ubuntu18:
AGENT_NAME: 'rmm-ubuntu18'
pool:
name: linux-vms
demands:
- agent.name -equals $(AGENT_NAME)
steps:
- script: |
echo test123
displayName: 'Run Tests'