We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b36bb commit 71e4745Copy full SHA for 71e4745
installer/build/scripts/Build.fsx
@@ -51,7 +51,7 @@ module Builder =
51
Attribute.InformationalVersion informationalVersion
52
]
53
54
- let Sign file () =
+ let Sign file =
55
let release = getBuildParam "release" = "1"
56
if release then
57
tracefn "Signing MSI"
0 commit comments