mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
enable electron-builder debug output
This commit is contained in:
parent
32890f17c0
commit
a1c3829572
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ jobs:
|
|||
WIN_CSC_KEY_PASSWORD: $(WIN_CSC_KEY_PASSWORD)
|
||||
BT_TOKEN: $(BT_TOKEN)
|
||||
GH_TOKEN: $(GH_TOKEN)
|
||||
DEBUG: electron-builder
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
|
@ -181,6 +182,7 @@ jobs:
|
|||
GH_TOKEN: $(GH_TOKEN)
|
||||
APPSTORE_USERNAME: $(APPSTORE_USERNAME)
|
||||
APPSTORE_PASSWORD: $(APPSTORE_PASSWORD)
|
||||
DEBUG: electron-builder
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue