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 46ad83c commit c439b8cCopy full SHA for c439b8c
desktop/scripts/package/package-utils.ts
@@ -5,7 +5,7 @@ export const root = path.resolve(path.join(__dirname, "../.."));
5
export const releasePath = path.join(root, "release");
6
const packageDef = JSON.parse(fs.readFileSync(path.join(root, "package.json")).toString());
7
8
-const buildVersion = process.env.BUILD_NUMBER;
+const buildVersion = process.env.BATCHEXPLORER_BUILD_NUMBER;
9
export const buildType: BuildType = process.env.BUILD_TYPE || "dev" as any;
10
11
export enum BuildType {
0 commit comments