Skip to content

Commit c80aab3

Browse files
author
JoshuaMiller
committed
include lib version
1 parent 61dfa09 commit c80aab3

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
@@ -22,7 +22,7 @@ public async Task RunAsync(CancellationToken token)
2222
await BuildTools.BuildSolution(Context, token);
2323
await TestTools.UnitTest(Context, token);
2424

25-
var assemblyFile = Path.Combine(Context.ContentDirectory, "Jenkins.Net", "bin", "Release", "Jenkins.Net.dll");
25+
var assemblyFile = Path.Combine(Context.ContentDirectory, "Jenkins.Net", "bin", "Release", "net45", "Jenkins.Net.dll");
2626
var assemblyVersion = AssemblyTools.GetVersion(assemblyFile);
2727
var projectPackageVersion = $"{Context.BuildNumber}.{assemblyVersion}";
2828

0 commit comments

Comments
 (0)