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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-06 12:40:06 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-06 12:41:47 +0300
commit4d7b7ab37517a13eee8b966cec9c4308ad772c0a (patch)
treed0acfa8e20d2f7576324c168636011c4a764028e
parent21dc7470bc702760e704cc394c3dd80d9363da82 (diff)
[ci] Fix Windows .msi build
(cherry picked from commit c8d59d1d1ddc140aec489e7d0e8bd338324fec04)
-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 {