Added more verbose debugging options
This commit is contained in:
parent
3c03b5b3d6
commit
8f96523132
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ dir dist # verify that binary was built/named correctly
|
||||||
# sign binary
|
# sign binary
|
||||||
nuget install secure-file -ExcludeVersion
|
nuget install secure-file -ExcludeVersion
|
||||||
secure-file\tools\secure-file -decrypt build\lbry3.pfx.enc -secret "$env:pfx_key"
|
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
|
# & ${env:SIGNTOOL_PATH} sign /f build\lbry3.pfx /p "$env:key_pass" /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.exe
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue