File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ export abstract class PlatformPackager<DC extends PlatformSpecificBuildOptions>
205205 }
206206
207207 protected computeBuildNumber ( ) : string {
208- return this . devMetadata . build [ "build-version" ] || process . env . TRAVIS_BUILD_NUMBER || process . env . APPVEYOR_BUILD_NUMBER || process . env . CIRCLE_BUILD_NUM
208+ return this . devMetadata . build [ "build-version" ] || process . env . TRAVIS_BUILD_NUMBER || process . env . APPVEYOR_BUILD_NUMBER || process . env . CIRCLE_BUILD_NUM || process . env . BUILD_NUMBER
209209 }
210210
211211 private getOSXResourcesDir ( appOutDir : string ) : string {
@@ -262,4 +262,4 @@ export function normalizeTargets(targets: Array<string> | string): Array<string>
262262 else {
263263 return ( Array . isArray ( targets ) ? targets : [ targets ] ) . map ( it => it . toLowerCase ( ) . trim ( ) )
264264 }
265- }
265+ }
You can’t perform that action at this time.
0 commit comments