Skip to content

Commit

Permalink
Add PackageDownload to download
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 17, 2024
1 parent 9cd908f commit d9c5724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ricaun.Nuke/Tools/AzureSignToolUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static void Sign(string fileName,
{
if (Path.GetExtension(fileName) == NugetPackageExtension)
{
//DownloadNuGetKeyVaultSignTool();
DownloadNuGetKeyVaultSignTool();
NuGetKeyVaultSignToolTasks.NuGetKeyVaultSignTool(x => x
.SetFile(fileName)
.SetKeyVaultCertificateName(azureKeyVaultConfig.AzureKeyVaultCertificate)
Expand All @@ -137,7 +137,7 @@ public static void Sign(string fileName,
return;
}

//DownloadAzureSignTool();
DownloadAzureSignTool();
AzureSignToolTasks.AzureSignTool(x => x
.SetFiles(fileName)
.SetKeyVaultCertificateName(azureKeyVaultConfig.AzureKeyVaultCertificate)
Expand Down

0 comments on commit d9c5724

Please sign in to comment.