|
@@ -70,8 +70,10 @@ stages: |
|
|
displayName: Install rust |
|
|
displayName: Install rust |
|
|
condition: ne( variables['Agent.OS'], 'Windows_NT' ) |
|
|
condition: ne( variables['Agent.OS'], 'Windows_NT' ) |
|
|
- script: | |
|
|
- script: | |
|
|
|
|
|
set CARGO_HOME=%USERPROFILE%\.cargo |
|
|
curl -sSf -o rustup-init.exe https://win.rustup.rs |
|
|
curl -sSf -o rustup-init.exe https://win.rustup.rs |
|
|
rustup-init.exe -y --default-toolchain %RUSTUP_TOOLCHAIN% |
|
|
rustup-init.exe -y --default-toolchain %RUSTUP_TOOLCHAIN% |
|
|
|
|
|
set PATH=%PATH%;%USERPROFILE%\.cargo\bin |
|
|
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin" |
|
|
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin" |
|
|
displayName: Windows install rust |
|
|
displayName: Windows install rust |
|
|
condition: eq( variables['Agent.OS'], 'Windows_NT' ) |
|
|
condition: eq( variables['Agent.OS'], 'Windows_NT' ) |
|
|