From 8096b1396f719571c962f07121571b1d4f42fad0 Mon Sep 17 00:00:00 2001 From: Leandro Tramma Date: Wed, 23 Oct 2019 15:20:03 +0100 Subject: [PATCH] Fixed timestamp servers --- rakefile.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rakefile.rb b/rakefile.rb index 2756953..6b206b3 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -21,8 +21,8 @@ sh "\"#{$MSBUILD15CMD}\" TemplateBuilder.csproj \/t:Publish \/p:Configuration=Release;RuntimeIdentifiers=win-x64" Dir.chdir("bin/Release/net461/publish/") do - sh "#{SQUIRREL}/signtool.exe sign /a /s MY /n \"University of Dundee\" /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /v *.dll" - sh "#{SQUIRREL}/signtool.exe sign /a /s MY /n \"University of Dundee\" /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /v *.exe" + sh "#{SQUIRREL}/signtool.exe sign /a /s MY /n \"University of Dundee\" /fd sha256 /tr http://timestamp.digicert.com /td sha256 /v *.dll" + sh "#{SQUIRREL}/signtool.exe sign /a /s MY /n \"University of Dundee\" /fd sha256 /tr http://timestamp.digicert.com /td sha256 /v *.exe" end end