diff --git a/appveyor.yml b/appveyor.yml index e478bd84e..13b2db1ec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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) @@ -45,5 +45,5 @@ for: except: - master - next - build_script: + after_build: - ps: Write-Host 'skipping signing MSI file' \ No newline at end of file