From 23f12dc278bedb81701a8c17a12e54188a1e4aaa Mon Sep 17 00:00:00 2001 From: caelunshun Date: Fri, 9 Aug 2019 12:08:56 -0600 Subject: [PATCH] Fix GitHub Releases --- .azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index c40b764d8..cef7bf0e2 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -98,9 +98,11 @@ jobs: linux: image_name: 'ubuntu-16.04' platform: 'linux' + rustup_toolchain: 'stable' windows: image_name: 'windows-latest' platform: 'windows' + rustup_toolchain: 'stable' #macos: # image_name: 'macOS-10.13' # platform: 'macos' @@ -119,7 +121,6 @@ jobs: - script: | curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin" - displayName: Install Rust condition: ne( variables['Agent.OS'], 'Windows_NT' ) displayName: Install Rust