Skip to content

Commit

Permalink
Fix GitHub Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
caelunshun committed Aug 9, 2019
1 parent cf9dc66 commit 23f12dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ jobs:
linux:
image_name: 'ubuntu-16.04'
platform: 'linux'
rustup_toolchain: 'stable'
windows:
image_name: 'windows-latest'
platform: 'windows'
rustup_toolchain: 'stable'
#macos:
# image_name: 'macOS-10.13'
# platform: 'macos'
Expand All @@ -119,7 +121,6 @@ jobs:
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
displayName: Install Rust
condition: ne( variables['Agent.OS'], 'Windows_NT' )
displayName: Install Rust
Expand Down

0 comments on commit 23f12dc

Please sign in to comment.