Skip to content

Commit 3a8212b

Browse files
committed
Fix GitHub Releases
1 parent cf9dc66 commit 3a8212b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)