Skip to content

Commit

Permalink
Another try at setting BUILD_BUILDNUMBER env var to empty before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
antonycourtney committed Mar 6, 2023
1 parent 042d884 commit 3816047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
{
Expand Down

0 comments on commit 3816047

Please sign in to comment.