chore: run create-typescript-definitions for darwin releases
This commit is contained in:
parent
7ac4f7aa3b
commit
f1eea4aab6
1 changed files with 1 additions and 1 deletions
2
vsts.yml
2
vsts.yml
|
@ -119,7 +119,7 @@ jobs:
|
|||
cd src/electron
|
||||
npm run create-typescript-definitions
|
||||
displayName: Generate type declarations
|
||||
condition: and(succeeded(), ne(variables['ELECTRON_RELEASE'], '1'))
|
||||
condition: and(succeeded(), eq(variables['ELECTRON_RELEASE'], '1'))
|
||||
|
||||
|
||||
- bash: |
|
||||
|
|
Loading…
Reference in a new issue