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 b1e207c commit ee0a1afCopy full SHA for ee0a1af
src/api/burn/WixToolset.BootstrapperApplicationApi/OverridableVariables.cs
@@ -42,7 +42,7 @@ public static IOverridableVariables ParseFromXml(XPathNavigator root)
42
}
43
else
44
{
45
- string variablesValue = BootstrapperApplicationData.GetAttribute(commandLineNode, "Variables");
+ string variablesValue = BootstrapperApplicationData.GetAttribute(commandLineNode, "VariableType");
46
47
if (variablesValue == null)
48
0 commit comments