From b3586eb9bfdae8a84a4affa51bfd2c58b9fa2c13 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 19 Jun 2019 06:57:49 +1200 Subject: [PATCH 1/2] Remove (unneeded?) parts of the pipelines config --- .azure/azure-pipelines.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index d04d568566..a85b6bdcdd 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -10,18 +10,12 @@ strategy: linux-nightly: image: ubuntu-16.04 toolchain: nightly-$(lkg-rust-nightly) - features: unstable - protobuf-platform: linux-x86_64 macos-nightly: image: macos-10.13 toolchain: nightly-$(lkg-rust-nightly) - features: unstable - protobuf-platform: osx-x86_64 windows-nightly: image: vs2017-win2016 toolchain: nightly-$(lkg-rust-nightly) - features: unstable - protobuf-platform: win64 pool: vmImage: $(image) @@ -39,4 +33,4 @@ steps: - bash: cargo build displayName: Build source - bash: cargo test - displayName: Run tests \ No newline at end of file + displayName: Run tests From 0874df5f6b607e02d0ff7639f9c6595606dd3ae7 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 19 Jun 2019 07:08:03 +1200 Subject: [PATCH 2/2] Update azure-pipelines.yml --- .azure/azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index a85b6bdcdd..55c7114b34 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -1,5 +1,4 @@ variables: - protobuf-version: 3.7.1 lkg-rust-nightly: "2019-06-16" trigger: