We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29516fb commit 638db0fCopy full SHA for 638db0f
1 file changed
Jenkins.Net.Publishing/Scripts/Package.cs
@@ -43,7 +43,7 @@ private async Task CreateProjectPackage(CancellationToken token)
43
Destination = "",
44
},
45
new PackageFileDefinition {
46
- Path = "PublishPackages",
+ Path = "PublishPackages\\**",
47
Destination = "PublishPackages",
48
}
49
0 commit comments