Skip to content

Commit ca966fe

Browse files
committed
CI: Update release-branch-build.yml for dummy release with newer @octokit/rest
1 parent 4bac94a commit ca966fe

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

script/vsts/release-branch-build.yml

Lines changed: 7 additions & 6 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+
- test-updating-octokit_rest
56
pr: none # no PR triggers
67

78
jobs:
@@ -12,8 +13,8 @@ jobs:
1213
- template: lint.yml
1314

1415
# Import OS-specific build definitions.
15-
- template: platforms/windows.yml
16-
- template: platforms/macos.yml
16+
# - template: platforms/windows.yml
17+
# - template: platforms/macos.yml
1718
- template: platforms/linux.yml
1819

1920
- job: UploadArtifacts
@@ -22,10 +23,10 @@ jobs:
2223

2324
dependsOn:
2425
- GetReleaseVersion
25-
- Lint
26-
- Windows_tests
26+
# - Lint
27+
# - Windows_tests
2728
- Linux
28-
- macOS_tests
29+
# - macOS_tests
2930

3031
variables:
3132
ReleaseVersion: $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]
@@ -59,7 +60,7 @@ jobs:
5960
ATOM_RELEASES_S3_BUCKET: $(ATOM_RELEASES_S3_BUCKET)
6061
PACKAGE_CLOUD_API_KEY: $(PACKAGE_CLOUD_API_KEY)
6162
displayName: Create Draft Release
62-
condition: and(succeeded(), eq(variables['Atom.AutoDraftRelease'], 'true'), eq(variables['IsReleaseBranch'], 'true'))
63+
condition: succeeded()
6364
6465
- script: |
6566
node $(Build.SourcesDirectory)/script/vsts/upload-artifacts.js --assets-path "$(System.ArtifactsDirectory)" --azure-blob-path "vsts-artifacts/$(Build.BuildId)/"

0 commit comments

Comments
 (0)