From aea10b6070954de14e2b1d976bec48f5dde5bb10 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 29 Mar 2019 23:21:02 +0800 Subject: Add use python version for ci. --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27c0562b..1e106f3b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,6 +24,11 @@ jobs: - checkout: self submodules: true + - task: UsePythonVersion@0 + inputs: + versionSpec: '2.7' + addToPath: true + - script: py -3 tools\build.py -a $(buildPlatform) -c $(buildConfiguration) - task: CopyFiles@2 -- cgit v1.2.3