Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit c91bef3

Browse files
committed
Skip msi validation
1 parent ff9022c commit c91bef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ def packaging_dist_buildfactory(platform, channel_label):
12931293

12941294
opt_args = []
12951295
if "windows" in target:
1296-
opt_args = ["--exe", "--msi"]
1296+
opt_args = ["--exe", "--msi", "--msi-sval"]
12971297
elif "apple" in target:
12981298
opt_args = ["--pkg"]
12991299

0 commit comments

Comments
 (0)