Skip to content

Commit 8bd633a

Browse files
committed
ci: Fix %PWD% not defined in Windows
1 parent add34db commit 8bd633a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ steps:
4646
curl -sSf -o rustup-init.exe https://win.rustup.rs
4747
rustup-init.exe -y --default-toolchain %RUSTUP_TOOLCHAIN%
4848
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin"
49+
echo "##vso[task.setvariable variable=PATH;]%cd%"
4950
displayName: Windows install rust
5051
condition: eq( variables['Agent.OS'], 'Windows_NT' )
5152
- script: |

0 commit comments

Comments
 (0)