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 fc8c87e commit 78d14acCopy full SHA for 78d14ac
ci/azure-install-rust.yml
@@ -15,7 +15,7 @@ steps:
15
displayName: Install rust (unix)
16
condition: ne( variables['Agent.OS'], 'Windows_NT' )
17
18
- - pwsh: |
+ - powershell: |
19
if (!$env:TOOLCHAIN) {
20
$env:TOOLCHAIN = "stable-${env:TARGET}";
21
}
@@ -28,6 +28,7 @@ steps:
28
Write-Host "##vso[task.prependpath]${env:USERPROFILE}/.cargo/bin"
29
30
displayName: Install rust (windows)
31
+ failOnStderr: false
32
condition: eq( variables['Agent.OS'], 'Windows_NT' )
33
34
- script: |
0 commit comments