Skip to content

Commit

Permalink
Fixed timestamp servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Tramma authored and Leandro Tramma committed Oct 23, 2019
1 parent 8ab980e commit 8096b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8096b13

Please sign in to comment.