Skip to content

Commit

Permalink
Change timestamp server to DigiCert
Browse files Browse the repository at this point in the history
  • Loading branch information
kenelin committed May 2, 2018
1 parent 61f1a79 commit e14d3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ var reportReSharperInspectCode = distDir + Directory(configuration) + Directory(
// Define signing key, password and timestamp server
var signKeyEnc = EnvironmentVariable("SIGNKEYENC") ?? "NOTSET";
var signPass = EnvironmentVariable("SIGNPASS") ?? "NOTSET";
var signSha1Uri = new Uri("http://timestamp.verisign.com/scripts/timstamp.dll");
var signSha256Uri = new Uri("http://sha256timestamp.ws.symantec.com/sha256/timestamp");
var signSha1Uri = new Uri("http://timestamp.digicert.com");
var signSha256Uri = new Uri("http://timestamp.digicert.com");

// Define nuget push source and key
var nugetApiKey = EnvironmentVariable("NUGET_PUSH_TOKEN") ?? EnvironmentVariable("NUGET_APIKEY") ?? "NOTSET";
Expand Down

0 comments on commit e14d3cd

Please sign in to comment.