Skip to content

Commit

Permalink
ci: Fix %PWD% not defined in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed May 12, 2019
1 parent add34db commit 8bd633a
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 @@ -46,6 +46,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"
echo "##vso[task.setvariable variable=PATH;]%cd%"
displayName: Windows install rust
condition: eq( variables['Agent.OS'], 'Windows_NT' )
- script: |
Expand Down

0 comments on commit 8bd633a

Please sign in to comment.