Skip to content

Commit

Permalink
Fix typo 😋
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor authored May 12, 2019
1 parent 8bd633a commit 6fc1bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -100,4 +100,4 @@ steps:
assets: $(Build.ArtifactStagingDirectory)/scrap-$(TARGET).tar.gz
assetUploadMode: replace
isDraft: true
addChangeLog: true
addChangeLog: true

0 comments on commit 6fc1bff

Please sign in to comment.