Skip to content

Commit d96189c

Browse files
author
JoshuaMiller
committed
package path fix
1 parent e978fe5 commit d96189c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkins.Net.Publishing/Scripts/Package.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public async Task RunAsync(CancellationToken token)
3030

3131
private async Task CreateNugetPackage(CancellationToken token)
3232
{
33-
var packageDir = Path.Combine(Context.ContentDirectory, "Jenkins.Net", "bin", "Package");
33+
var packageDir = Path.Combine(Context.ContentDirectory, "Jenkins.Net.Publishing", "bin", "Package");
3434

3535
var args = new[] {
3636
"pack",

0 commit comments

Comments
 (0)