pool: vmImage: 'ubuntu-16.04' container: 'rust:latest' steps: - script: cargo check --all displayName: Run check