From 8a1b313bac0b5ce6604f1e59e3cabd6faca5c098 Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Thu, 11 Jul 2019 14:44:15 +0800 Subject: ... --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 24e74df2..90a89d15 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,12 @@ jobs: buildConfiguration: 'Release' steps: - - script: py -3 tools\win_build.py -a $(buildPlatform) -c $(buildConfiguration) + - task: UsePythonVersion@0 + inputs: + versionSpec: '3.x' + addToPath: true + + - script: python tools\win_build.py -a $(buildPlatform) -c $(buildConfiguration) - task: CopyFiles@2 inputs: -- cgit v1.2.3