base2 0.3.1

Base-2 functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pool:
  vmImage: 'Ubuntu 16.04'

trigger:
- master

steps:
- task: spontoreau.rust-vsts.rust-install.Rust@1
  displayName: 'Rust Tool Installer'

- task: spontoreau.rust-vsts.rust-cargo.Cargo@1
  displayName: Cargo
  inputs:
    cargoCommand: test