Skip to content

Commit 77d38f3

Browse files
committed
temporary commit : only windows
1 parent 7432fdb commit 77d38f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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)