Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feature/appveyor-sign-next-branch' into develop
Browse files Browse the repository at this point in the history
* feature/appveyor-sign-next-branch:
  Appveyor update to sign msi on the `master` and `next` branches (trial & error - attempt #5) - append powershell command for signing
  Appveyor update to sign msi on the `master` and `next` branches (trial & error - attempt #4) - append powershell command for signing
  • Loading branch information
zone117x committed Mar 13, 2019
2 parents c8579b8 + f3a3a7e commit 0c46193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for:
- master
- next

build_script:
after_build:
- ps: Write-Host 'signing MSI file'
- ps: (& @((Resolve-Path -Path "${Env:ProgramFiles(x86)}\Windows Kits\10\bin\10*\x86\signtool.exe").Path)[0] sign /t http://timestamp.verisign.com/scripts/timstamp.dll /n Blockstack /f signcertfile.pfx BlockstackSetup.msi)

Expand All @@ -45,5 +45,5 @@ for:
except:
- master
- next
build_script:
after_build:
- ps: Write-Host 'skipping signing MSI file'

0 comments on commit 0c46193

Please sign in to comment.