Skip to content

Commit

Permalink
updates UsePythonVersion to generic 3.x (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
petong authored and bthaile committed Apr 10, 2019
1 parent a6741b7 commit 65e428c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6.5'
versionSpec: '3.x'
- task: NodeTool@0
inputs:
versionSpec: '10.x'
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6.5'
versionSpec: '3.x'
- task: NodeTool@0
inputs:
versionSpec: '10.x'
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6.5'
versionSpec: '3.x'
- task: NodeTool@0
inputs:
versionSpec: '10.x'
Expand Down

0 comments on commit 65e428c

Please sign in to comment.