Skip to content

Commit

Permalink
Adding json.sha256 in the filter (#3459) (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
khkh-ms authored Sep 19, 2023
1 parent 490d76f commit 3e9a525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public class SignInfo
public static readonly string ThirdParty = "Sign3rdParty";
public static readonly string ToThirdPartySign = "ThirdParty";
public static readonly string[] RuntimesToSign = new[] { "min.win-x86", "min.win-x64" };
public static readonly string[] FilterExtenstionsSign = new[] { ".json", ".spec", ".cfg", ".pdb", ".config", ".nupkg", ".py", ".md" };
public static readonly string[] FilterExtenstionsSign = new[] { ".json", "json.sha256", ".spec", ".cfg", ".pdb", ".config", ".nupkg", ".py", ".md" };
public static readonly string SigcheckDownloadURL = "https://functionsbay.blob.core.windows.net/public/tools/sigcheck64.exe";

public static readonly string[] SkipSigcheckTest = new[] {
Expand Down

0 comments on commit 3e9a525

Please sign in to comment.