Skip to content

Commit

Permalink
Test AzureSignTool
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 17, 2024
1 parent 7d78d29 commit 61409e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/IAzureSignTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public interface IAzureSignTool : IClean, ICompile
.Before(Compile)
//.Requires<NuGetKeyVaultSignToolTasks>()
//.Requires<AzureSignToolTasks>()
.Requires<ILRepackTasks>()
//.Requires<ILRepackTasks>()
.Executes(() =>
{
Serilog.Log.Information(AzureSignToolTasks.AzureSignToolPath);
Expand Down

0 comments on commit 61409e4

Please sign in to comment.