Skip to content

Commit 5427885

Browse files
author
JoshuaMiller
committed
publish path fix
1 parent d96189c commit 5427885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkins.Net.Publishing/Scripts/Publish.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public async Task RunAsync(CancellationToken token)
2323
};
2424
nugetCore.Initialize();
2525

26-
var packageDir = Path.Combine(Context.ContentDirectory, "PublishPackage");
26+
var packageDir = Path.Combine(Context.BinDirectory, "PublishPackage");
2727

2828
var packageFilename = Directory
2929
.GetFiles(packageDir, "jenkinsnet.*.nupkg")

0 commit comments

Comments
 (0)