Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Roey Darwish Dror 2019-06-18 20:14:53 +03:00
parent 5cf6a8fdd0
commit e25228e5a1

View File

@ -1,5 +1,5 @@
pool: pool:
vmImage: 'ubuntu-18.04' vmImage: 'ubuntu-16.04'
container: 'rust:latest' container: 'rust:latest'
steps: steps:
- script: cargo check --all - script: cargo check --all