Skip to content

Commit bdf0219

Browse files
committed
temporary commit : only windows
1 parent d8903be commit bdf0219

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

script/vsts/platforms/windows.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ jobs:
33
dependsOn: GetReleaseVersion
44
timeoutInMinutes: 180
55
strategy:
6-
maxParallel: 2
6+
maxParallel: 1
77
matrix:
88
x64:
99
buildArch: x64
10-
x86:
11-
buildArch: x86
10+
# x86:
11+
# buildArch: x86
1212

1313
pool:
1414
vmImage: vs2017-win2016
@@ -200,16 +200,16 @@ jobs:
200200
dependsOn: Windows_Build
201201
timeoutInMinutes: 180
202202
strategy:
203-
maxParallel: 4
203+
maxParallel: 3
204204
matrix:
205205
core_x64:
206206
RunCoreTests: true
207207
RunPackageTests: false
208208
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
213213
packages-1:
214214
RunCoreTests: false
215215
RunPackageTests: 1

script/vsts/pull-requests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616

1717
# Import OS-specific build definitions
1818
- template: platforms/windows.yml
19-
- template: platforms/macos.yml
20-
- template: platforms/linux.yml
19+
# - template: platforms/macos.yml
20+
# - template: platforms/linux.yml

0 commit comments

Comments
 (0)