We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a0c26 commit 06528a9Copy full SHA for 06528a9
ci/azure-install-rust.yml
@@ -16,7 +16,9 @@ steps:
16
condition: ne( variables['Agent.OS'], 'Windows_NT' )
17
18
- script: |
19
+ IF "%RUSTUP_HOME%"=="" (curl -sSf -o rustup-init.exe https://win.rustup.rs)
20
IF "%TOOLCHAIN%"=="" (SET TOOLCHAIN=stable-%TARGET%)
21
+ IF "%RUSTUP_HOME%"=="" (rustup-init.exe -y --default-toolchain %TOOLCHAIN%)
22
rustup update --no-self-update %TOOLCHAIN%
23
rustup default %TOOLCHAIN%
24
displayName: Install rust (windows)
0 commit comments