We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3499d commit 2f69e15Copy full SHA for 2f69e15
ci/azure-install-rust.yml
@@ -10,7 +10,7 @@ steps:
10
rustup default $toolchain
11
else
12
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $toolchain
13
- echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
+ echo "##vso[task.prependpath]$HOME/.cargo/bin"
14
fi
15
displayName: Install rust (unix)
16
condition: ne( variables['Agent.OS'], 'Windows_NT' )
0 commit comments