Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/pipeline/win-package.groovy')
-rw-r--r--scripts/ci/pipeline/win-package.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/pipeline/win-package.groovy b/scripts/ci/pipeline/win-package.groovy
index 34cef665b6e..8af5ad48605 100644
--- a/scripts/ci/pipeline/win-package.groovy
+++ b/scripts/ci/pipeline/win-package.groovy
@@ -26,6 +26,7 @@ node ("w64") {
downloadType: "project",
buildSelector: upstream(),
projectName: "${macJobName}",
+ flattenDirectories: true,
includeFilesPattern: "**/*.pkg")
}
try {