Skip to content

Commit c439b8c

Browse files
committed
OneBranch-based build version
1 parent 46ad83c commit c439b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/scripts/package/package-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const root = path.resolve(path.join(__dirname, "../.."));
55
export const releasePath = path.join(root, "release");
66
const packageDef = JSON.parse(fs.readFileSync(path.join(root, "package.json")).toString());
77

8-
const buildVersion = process.env.BUILD_NUMBER;
8+
const buildVersion = process.env.BATCHEXPLORER_BUILD_NUMBER;
99
export const buildType: BuildType = process.env.BUILD_TYPE || "dev" as any;
1010

1111
export enum BuildType {

0 commit comments

Comments
 (0)