Skip to content

Commit

Permalink
adjust xcopy path (works like rsync?)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Nov 30, 2018
1 parent 52e8198 commit 1fc51b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- template: tools/ci/azure/checkout.yml
- script: systeminfo
displayName: 'Show system info'
- script: xcopy /syi "agent\tools\Python" "$(Agent.ToolsDirectory)"
- script: xcopy /syi "agent\tools" "$(Agent.ToolsDirectory)"
- script: dir $(Agent.ToolsDirectory)
- task: UsePythonVersion@0
inputs:
Expand Down

0 comments on commit 1fc51b4

Please sign in to comment.