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 ce6b30b commit ef9531eCopy full SHA for ef9531e
src/Installers/Windows/Wix.targets
@@ -129,6 +129,8 @@
129
PdbFile="$(IntermediateOutputPath)%(CultureGroup.OutputFolder)$(TargetPdbFileName)"
130
PdbType="$(DebugType)"
131
SourceFiles="@(Compile)"
132
+ LocalizationFiles="@(_WixLocalizationFile)"
133
+ BindPaths="@(BindPath)"
134
WixpackWorkingDir="$(WixpackWorkingDir)">
135
<Output TaskParameter="OutputFile" PropertyName="_WixBuildCommandPackageNameOutput" />
136
</CreateWixBuildWixpack>
0 commit comments