Skip to content

Commit 5f645df

Browse files
committed
fix azure build
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
1 parent fe1a290 commit 5f645df

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)