Skip to content

Commit fd56265

Browse files
authored
Fixing the following exception in the pipeline. (#3346)
Unhandled exception. System.Exception: sigcheck.exe test failed. Following files are unsigned: d:\a\_work\1\s\artifacts\postsigntest\azure.functions.cli.min.win-arm64.4.0.5065\_manifest\manifest.json.sha256, d:\a\_work\1\s\artifacts\postsigntest\azure.functions.cli.min.win-arm64.4.0.5065\_manifest\spdx_2.2\manifest.spdx.json.sha256
1 parent 3147e27 commit fd56265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Settings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public class SignInfo
201201
public static readonly string ToThirdPartySign = "ThirdParty";
202202
public static readonly string ToMacSign = "Mac";
203203
public static readonly string[] RuntimesToSign = new string[] { "min.win-arm64", "min.win-x86", "min.win-x64", "osx-arm64", "osx-x64" };
204-
public static readonly string[] FilterExtensionsSign = new[] { ".json", ".spec", ".cfg", ".pdb", ".config", ".nupkg", ".py", ".md" };
204+
public static readonly string[] FilterExtensionsSign = new[] { ".json", "json.sha256", ".spec", ".cfg", ".pdb", ".config", ".nupkg", ".py", ".md" };
205205
public static readonly string SigcheckDownloadURL = "https://functionsbay.blob.core.windows.net/public/tools/sigcheck64.exe";
206206

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

0 commit comments

Comments
 (0)