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 7238729 commit fc8c87eCopy full SHA for fc8c87e
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
- - powershell: |
+ - pwsh: |
19
if (!$env:TOOLCHAIN) {
20
$env:TOOLCHAIN = "stable-${env:TARGET}";
21
}
0 commit comments