Skip to content

Commit 32063f4

Browse files
committed
updated cleanup script
1 parent 6c75e55 commit 32063f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Unlist-Nightly.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function UnlistNightlies {
1919

2020
foreach ($entry in $tounlist) {
2121
Write-host "Entry to be deleted - $($entry.Version.ToString())"
22-
nuget delete "package/$($entry.Id)" $entry.version.ToString() -ApiKey $key -Source https://www.powershellgallery.com/api/v2 -NonInteractive
22+
nuget delete "package/PnP.PowerShell" $entry.version.ToString() -ApiKey $key -Source https://www.powershellgallery.com/api/v2 -NonInteractive
2323
}
2424
}
2525

0 commit comments

Comments
 (0)