Skip to content

Commit

Permalink
Extract python from vs2017-win2016
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Nov 30, 2018
1 parent 8f0c1c8 commit 77166f4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,11 @@ jobs:
- template: tools/ci/azure/checkout.yml
- script: systeminfo
displayName: 'Show system info'
- bash: find $AGENT_TOOLSDIRECTORY -type d
- task: UsePythonVersion@0
- bash: find $AGENT_TOOLSDIRECTORY/Python/2.7.* -type f
- task: PublishPipelineArtifact@0
inputs:
versionSpec: '2.7'
addToPath: true
displayName: 'Install Python'
- script: python --version
displayName: 'Show Python version'
artifactName: 'python'
targetPath: $(Agent.ToolsDirectory)/Python/

- job: toolsdir_win1803
displayName: 'Test (Windows Server 1803)'
Expand Down

0 comments on commit 77166f4

Please sign in to comment.