Skip to content

Commit f5cd3f4

Browse files
author
JoshuaMiller
committed
nuget package id
1 parent 77f6f45 commit f5cd3f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkins.NET.Publishing/Publish_Win.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private async Task PublishPackage(CancellationToken token)
4848
ExeFilename = Path.Combine(Context.ContentDirectory, "bin", "NuGet.exe"),
4949
Output = Context.Output,
5050
},
51-
PackageId = "Jenkins.NET",
51+
PackageId = "jenkinsnet",
5252
PackageDefinition = Path.Combine(Context.ContentDirectory, "Jenkins.NET", "Jenkins.NET.csproj"),
5353
PackageDirectory = Path.Combine(Context.WorkDirectory, "Packages"),
5454
//Configuration = "Release",

0 commit comments

Comments
 (0)