AppVeyor: Remove additional certificate field before build
This commit is contained in:
parent
018dc34e47
commit
21200df8fb
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ build_script:
|
||||||
- yarn test-node
|
- yarn test-node
|
||||||
- type package.json | findstr /v certificateSubjectName > temp.json
|
- type package.json | findstr /v certificateSubjectName > temp.json
|
||||||
- move temp.json package.json
|
- move temp.json package.json
|
||||||
|
- type package.json | findstr /v certificateSha1 > temp.json
|
||||||
|
- move temp.json package.json
|
||||||
- yarn prepare-beta-build
|
- yarn prepare-beta-build
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue