Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Nov 13, 2022
1 parent 39d1653 commit 207eee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/SignPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Write-Output "Signing nupkgs..."

Get-ChildItem -Filter "*.nupkg" -Path "C:\projects\nini-core\" -recurse | ForEach {
Get-ChildItem -Filter "*.nupkg" -Path "C:\Users\appveyor\AppData\Local\Temp\" -recurse | ForEach {
Write-Output $("Signing " + $_.Name + "...")
nuget sign $_.FullName -NonInteractive -Verbosity quiet `
-CertificateFingerprint 4FC4D098D5CF0C88769B0CE1ED45ABE6B9A8F879 `
Expand Down

0 comments on commit 207eee2

Please sign in to comment.