From 65e428c88a8595ee9d9fec052ed9add889a04ab0 Mon Sep 17 00:00:00 2001 From: Peter Hicks Date: Wed, 10 Apr 2019 09:48:38 -0700 Subject: [PATCH] updates UsePythonVersion to generic 3.x (#1625) --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5e81488d4f1..8ceea4ad28d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.6.5' + versionSpec: '3.x' - task: NodeTool@0 inputs: versionSpec: '10.x' @@ -39,7 +39,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.6.5' + versionSpec: '3.x' - task: NodeTool@0 inputs: versionSpec: '10.x' @@ -121,7 +121,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.6.5' + versionSpec: '3.x' - task: NodeTool@0 inputs: versionSpec: '10.x'