Skip to content

Commit

Permalink
fix: cake build script
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Nov 12, 2024
1 parent bf20816 commit e22b4c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ void SignFiles(string filesToSign, string description)
return;
}

var filesToSign = string.Join(" ", files.Select(f => MakeAbsolute(f).FullPath));
var azureSignTool = Context.Tools.Resolve("azuresigntool.exe");

var arguments = new ProcessArgumentBuilder()
Expand Down

0 comments on commit e22b4c7

Please sign in to comment.