AppVeyor: Remove additional certificate field before build

This commit is contained in:
Scott Nonnenberg 2020-02-20 16:35:59 -08:00
parent 018dc34e47
commit 21200df8fb

View file

@ -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