diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d4824188..b5e9f490 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,15 +21,7 @@ jobs: buildConfiguration: 'Release' steps: - - checkout: self - submodules: true - - - task: UsePythonVersion@0 - inputs: - versionSpec: '2.7' - addToPath: true - - - script: py -3 tools\build.py -a $(buildPlatform) -c $(buildConfiguration) + - script: py -3 tools\win_build.py -a $(buildPlatform) -c $(buildConfiguration) - task: CopyFiles@2 inputs: |