Skip to content

Commit

Permalink
Fix NuGetDelete
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 19, 2025
1 parent dec7b6a commit 4c43bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.9.2-beta</Version>
<Version>1.9.2-beta.1</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion ricaun.Nuke/Extensions/NuGetExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static bool NuGetUnlist(string source, string apiKey, string packageFileN
try
{
NuGetTasks.NuGetDelete(s => s
.SetPackageId(packageFileName)
.SetPackageId(packageName)
.SetPackageVersion(packageVersion)
.SetSource(source)
.SetApiKey(apiKey)
Expand Down

0 comments on commit 4c43bf4

Please sign in to comment.