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 cf9dc66 commit 23f12dcCopy full SHA for 23f12dc
.azure-pipelines.yml
@@ -98,9 +98,11 @@ jobs:
98
linux:
99
image_name: 'ubuntu-16.04'
100
platform: 'linux'
101
+ rustup_toolchain: 'stable'
102
windows:
103
image_name: 'windows-latest'
104
platform: 'windows'
105
106
#macos:
107
# image_name: 'macOS-10.13'
108
# platform: 'macos'
@@ -119,7 +121,6 @@ jobs:
119
121
- script: |
120
122
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN
123
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
- displayName: Install Rust
124
condition: ne( variables['Agent.OS'], 'Windows_NT' )
125
displayName: Install Rust
126
0 commit comments