我试图使用来自八达通-n脚本的Squirrel.exe上的Squirrel.exe选项对我的应用程序进行签名,我一直收到以下错误:
System.AggregateException: One or more errors occurred. ---> System.Exception: Failed to sign, command invoked was: 'C:\OctopusTentacle\Applications\Test\Tridoo.Client\1.5.0-automate-deploym0024\tools\Squirrel\signtool.exe sign /a /f PersonalCodeSigningCertificate.pfx /p ******** /fd sha256 /tr http://timestamp.digicert.com /td sha256如果我运行确切的调用,签名工作没有问题:-/
知道那可能是什么吗?
发布于 2016-12-17 12:14:50
我发现问题是八达通帐篷是在不允许我使用signtool.exe的系统下运行的
https://stackoverflow.com/questions/41172440
复制相似问题