Skip to content

Commit 78d14ac

Browse files
committed
Ok pwsh.exe isn't on the 2015 image
1 parent fc8c87e commit 78d14ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/azure-install-rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
displayName: Install rust (unix)
1616
condition: ne( variables['Agent.OS'], 'Windows_NT' )
1717
18-
- pwsh: |
18+
- powershell: |
1919
if (!$env:TOOLCHAIN) {
2020
$env:TOOLCHAIN = "stable-${env:TARGET}";
2121
}
@@ -28,6 +28,7 @@ steps:
2828
Write-Host "##vso[task.prependpath]${env:USERPROFILE}/.cargo/bin"
2929
}
3030
displayName: Install rust (windows)
31+
failOnStderr: false
3132
condition: eq( variables['Agent.OS'], 'Windows_NT' )
3233
3334
- script: |

0 commit comments

Comments
 (0)