Skip to content

Commit 56d4c93

Browse files
committed
temporary commit : only windows
1 parent dd5fcec commit 56d4c93

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

script/vsts/platforms/windows.yml

Lines changed: 8 additions & 8 deletions
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
@@ -217,16 +217,16 @@ jobs:
217217
dependsOn: Windows_Build
218218
timeoutInMinutes: 180
219219
strategy:
220-
maxParallel: 4
220+
maxParallel: 3
221221
matrix:
222222
core_x64:
223223
RunCoreTests: true
224224
RunPackageTests: false
225225
buildArch: x64
226-
core_x86:
227-
RunCoreTests: true
228-
RunPackageTests: false
229-
buildArch: x86
226+
# core_x86:
227+
# RunCoreTests: true
228+
# RunPackageTests: false
229+
# buildArch: x86
230230
packages-1:
231231
RunCoreTests: false
232232
RunPackageTests: 1

script/vsts/pull-requests.yml

Lines changed: 2 additions & 2 deletions
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)