Skip to content

Commit 3ad3d9b

Browse files
committed
temporary commit : only windows
1 parent 876f398 commit 3ad3d9b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-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

script/vsts/release-branch-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ trigger:
22
- master
33
- 1.* # VSTS only supports wildcards at the end
44
- electron-*
5+
pr: none
56

67
jobs:
78
- job: GetReleaseVersion

0 commit comments

Comments
 (0)