From 7bd6023710e60ddbf6f9f15bcf1bd714f6aaedd9 Mon Sep 17 00:00:00 2001 From: Artur Kovacs Date: Fri, 15 Nov 2019 23:33:30 +0100 Subject: [PATCH] Attempt to add RUST_BACKTRACE=1 again. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 771d392..439e023 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ jobs: set -e curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin" - export RUST_BACKTRACE=1 + echo "##vso[task.setvariable variable=RUST_BACKTRACE;]1" env: RUSTUP_TOOLCHAIN: stable displayName: "Install rust (*nix)"