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