From 3816047487028137b6d13d59311da4257f0a0ad8 Mon Sep 17 00:00:00 2001 From: Antony Courtney Date: Mon, 6 Mar 2023 06:50:01 -0800 Subject: [PATCH] Another try at setting BUILD_BUILDNUMBER env var to empty before publish --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b4db09..ee3ac4b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,7 +62,7 @@ jobs: displayName: "Run lerna bootstrapping" - script: "node ./tools/buildAll.js" displayName: "Build all packages" - - script: "( cd packages/tad-app && npm run publish )" + - script: "( cd packages/tad-app && BUILD_BUILDNUMBER='' npm run publish )" displayName: "Build packaged tad-app with electron-builder" env: {