aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-05-24 17:29:42 +0800
committercrupest <crupest@outlook.com>2019-05-24 17:29:42 +0800
commitb9df1bcaea0c19b2e29479cdb1ad5a39e23c4ee7 (patch)
treea76e82cf2e516ff32fb0d604cb07ac9615826ed9 /azure-pipelines.yml
parent9c2ece689c580f6857f50a81c09d423e6fed4a83 (diff)
parentabdbce87692615716f9fb0c04e74c5247c4080b2 (diff)
downloadcru-b9df1bcaea0c19b2e29479cdb1ad5a39e23c4ee7.tar.gz
cru-b9df1bcaea0c19b2e29479cdb1ad5a39e23c4ee7.tar.bz2
cru-b9df1bcaea0c19b2e29479cdb1ad5a39e23c4ee7.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml10
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: