File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
dependsOn : GetReleaseVersion
4
4
timeoutInMinutes : 180
5
5
strategy :
6
- maxParallel : 2
6
+ maxParallel : 1
7
7
matrix :
8
8
x64 :
9
9
buildArch : x64
10
- x86 :
11
- buildArch : x86
10
+ # x86:
11
+ # buildArch: x86
12
12
13
13
pool :
14
14
vmImage : vs2017-win2016
@@ -200,16 +200,16 @@ jobs:
200
200
dependsOn : Windows_Build
201
201
timeoutInMinutes : 180
202
202
strategy :
203
- maxParallel : 4
203
+ maxParallel : 3
204
204
matrix :
205
205
core_x64 :
206
206
RunCoreTests : true
207
207
RunPackageTests : false
208
208
buildArch : x64
209
- core_x86 :
210
- RunCoreTests : true
211
- RunPackageTests : false
212
- buildArch : x86
209
+ # core_x86:
210
+ # RunCoreTests: true
211
+ # RunPackageTests: false
212
+ # buildArch: x86
213
213
packages-1 :
214
214
RunCoreTests : false
215
215
RunPackageTests : 1
Original file line number Diff line number Diff line change 16
16
17
17
# Import OS-specific build definitions
18
18
- template : platforms/windows.yml
19
- - template : platforms/macos.yml
20
- - template : platforms/linux.yml
19
+ # - template: platforms/macos.yml
20
+ # - template: platforms/linux.yml
You can’t perform that action at this time.
0 commit comments