This commit is contained in:
Quentin Le Sceller 2019-05-03 12:19:32 -04:00
parent b76c18d6f1
commit 77a6628f03
No known key found for this signature in database
GPG key ID: 8208307D088EA3BA

View file

@ -3,6 +3,7 @@ steps:
curl -sSf -o rustup-init.exe https://win.rustup.rs
rustup-init.exe -y
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin"
choco install -y llvm
displayName: Windows Install Rust
condition: eq( variables['Agent.OS'], 'Windows_NT' )
- script: |