Skip to content

Commit d16023b

Browse files
committed
Rustup prints to stderr by default
1 parent 6cffc7a commit d16023b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,8 @@ steps:
4949
condition: or(eq( variables['Agent.OS'], 'Linux' ), eq( variables['Agent.OS'], 'Darwin' ))
5050
displayName: 'Install Rust (Linux/macOS)'
5151

52-
- script: |
53-
curl -sSf -o rustup-init.exe https://win.rustup.rs
54-
rustup-init.exe -y --default-toolchain %RUSTUP_TOOLCHAIN%
55-
echo ##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin
52+
- script: curl -sSf -o rustup-init.exe https://win.rustup.rs && rustup-init.exe -y --default-toolchain %RUSTUP_TOOLCHAIN% && echo ##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin
5653
condition: eq( variables['Agent.OS'], 'Windows_NT' )
57-
failOnStderr: true
5854
displayName: 'Install Rust (Windows)'
5955

6056
- script: |

0 commit comments

Comments
 (0)