File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -117,18 +117,18 @@ jobs:
117117 - Python_36_x86_cython
118118 - Python_37_x64_cython
119119 - Python_37_x86_cython
120- condition : and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
121- pool :
122- vmIMage : ' VS2017-Win2016'
123- strategy :
124- maxParallel : 6
125- matrix :
126- Python35_x64 :
127- python.version : ' 3.5'
128- python.architecture : ' x64'
129- Python35_x86 :
130- python.version : ' 3.5'
131- python.architecture : ' x86'
120+ condition : and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
121+ pool :
122+ vmIMage : ' VS2017-Win2016'
123+ strategy :
124+ maxParallel : 6
125+ matrix :
126+ Python35_x64 :
127+ python.version : ' 3.5'
128+ python.architecture : ' x64'
129+ Python35_x86 :
130+ python.version : ' 3.5'
131+ python.architecture : ' x86'
132132
133133 steps :
134134 - task : UsePythonVersion@0
You can’t perform that action at this time.
0 commit comments