diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 524e0063..b3b8f330 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +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%" + echo "##vso[task.setvariable variable=PWD;]%cd%" displayName: Windows install rust condition: eq( variables['Agent.OS'], 'Windows_NT' ) - script: | @@ -100,4 +100,4 @@ steps: assets: $(Build.ArtifactStagingDirectory)/scrap-$(TARGET).tar.gz assetUploadMode: replace isDraft: true - addChangeLog: true \ No newline at end of file + addChangeLog: true