We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7432fdb commit 77d38f3Copy full SHA for 77d38f3
script/vsts/pull-requests.yml
@@ -16,5 +16,5 @@ jobs:
16
17
# Import OS-specific build definitions
18
- template: platforms/windows.yml
19
- - template: platforms/macos.yml
20
- - template: platforms/linux.yml
+ # - template: platforms/macos.yml
+ # - template: platforms/linux.yml
script/vsts/release-branch-build.yml
@@ -2,6 +2,7 @@ trigger:
2
- master
3
- 1.* # VSTS only supports wildcards at the end
4
- electron-*
5
+pr: none
6
7
jobs:
8
- job: GetReleaseVersion
0 commit comments