Skip to content

Commit 3e9a525

Browse files
authored
Adding json.sha256 in the filter (#3459) (#3462)
1 parent 490d76f commit 3e9a525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public class SignInfo
134134
public static readonly string ThirdParty = "Sign3rdParty";
135135
public static readonly string ToThirdPartySign = "ThirdParty";
136136
public static readonly string[] RuntimesToSign = new[] { "min.win-x86", "min.win-x64" };
137-
public static readonly string[] FilterExtenstionsSign = new[] { ".json", ".spec", ".cfg", ".pdb", ".config", ".nupkg", ".py", ".md" };
137+
public static readonly string[] FilterExtenstionsSign = new[] { ".json", "json.sha256", ".spec", ".cfg", ".pdb", ".config", ".nupkg", ".py", ".md" };
138138
public static readonly string SigcheckDownloadURL = "https://functionsbay.blob.core.windows.net/public/tools/sigcheck64.exe";
139139

140140
public static readonly string[] SkipSigcheckTest = new[] {

0 commit comments

Comments
 (0)