Skip to content

Commit

Permalink
remove rustup so cargo publish won't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadravid committed Jun 3, 2019
1 parent d466834 commit a475d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ steps:
curl -sSf -o rustup-init.exe https://win.rustup.rs
rustup-init.exe -y --default-toolchain %RUSTUP_TOOLCHAIN%
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin"
rm rustup-init.exe
displayName: Install rust (windows)
condition: eq( variables['Agent.OS'], 'Windows_NT' )
Expand Down

0 comments on commit a475d0d

Please sign in to comment.