From e25228e5a1e002239bf01040e6f230d82869ab62 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 18 Jun 2019 20:14:53 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1fb2f9d..3b6d0e8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-16.04' container: 'rust:latest' steps: - script: cargo check --all