Skip to content

Commit 638db0f

Browse files
author
JoshuaMiller
committed
package path fix
1 parent 29516fb commit 638db0f

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
@@ -43,7 +43,7 @@ private async Task CreateProjectPackage(CancellationToken token)
4343
Destination = "",
4444
},
4545
new PackageFileDefinition {
46-
Path = "PublishPackages",
46+
Path = "PublishPackages\\**",
4747
Destination = "PublishPackages",
4848
}
4949
}

0 commit comments

Comments
 (0)