File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,17 @@ jobs:
9898 linux :
9999 image_name : ' ubuntu-16.04'
100100 platform : ' linux'
101+ rustup_toolchain : ' stable'
101102 windows :
102103 image_name : ' windows-latest'
103104 platform : ' windows'
105+ rustup_toolchain : ' stable'
104106 # macos:
105107 # image_name: 'macOS-10.13'
106108 # platform: 'macos'
107109
108110 pool :
109- image : $(image_name)
111+ vmImage : $(image_name)
110112
111113 steps :
112114 - bash : |
@@ -119,7 +121,6 @@ jobs:
119121 - script : |
120122 curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN
121123 echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
122- displayName: Install Rust
123124 condition: ne( variables['Agent.OS'], 'Windows_NT' )
124125 displayName: Install Rust
125126
You can’t perform that action at this time.
0 commit comments