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:40:06 +0300
commitc8d59d1d1ddc140aec489e7d0e8bd338324fec04 (patch)
tree9948eea3810c2306a89b80925e00e5293bad26f9 /scripts/ci
parent1b7e8239639d9e1c506e47a8127a4974b3588e5a (diff)
[ci] Fix Windows .msi build
Diffstat (limited to 'scripts/ci')
-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 e90cbeab663..6a9a73b185a 100644
--- a/scripts/ci/pipeline/win-package.groovy
+++ b/scripts/ci/pipeline/win-package.groovy
@@ -30,6 +30,7 @@ node ("w64") {
downloadType: "project",
buildSelector: upstream(),
projectName: "${macJobName}",
+ flattenDirectories: true,
includeFilesPattern: "**/*.pkg")
}
try {