From 8f965231323e812e22642bdd671d875c09184553 Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Tue, 12 Dec 2017 11:21:47 -0800 Subject: [PATCH] Added more verbose debugging options --- build/build.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/build.ps1 b/build/build.ps1 index a5535abeb..fc4535ad1 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -30,6 +30,8 @@ dir dist # verify that binary was built/named correctly # sign binary nuget install secure-file -ExcludeVersion secure-file\tools\secure-file -decrypt build\lbry3.pfx.enc -secret "$env:pfx_key" +Write-Host "Testing for lbry3" +Test-Path build\lbry3.pfx # & ${env:SIGNTOOL_PATH} sign /f build\lbry3.pfx /p "$env:key_pass" /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.exe