Skip to content

Commit

Permalink
(chocolateyGH-839) Switch to apply package parameters to dependent pa…
Browse files Browse the repository at this point in the history
…ckages

In version 0.9.9.12 and earlier, install arguments and package-parameters would also be applied to dependent packages, but in choco 0.9.10 this was changed so that it would only be applied to the specified package.
 Sometimes it will be useful to pass install arguments and package parameters further to dependent packages. This can be controlled by using cmdline switches.
  • Loading branch information
eirikatdips committed Aug 22, 2016
2 parents 6a959bb + a47711e commit 2042b15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public sealed class PackagesConfigFilePackageSetting

[XmlAttribute(AttributeName = "applyInstallArgumentsToDependencies")]
public bool ApplyInstallArgumentsToDependencies { get; set; }

[XmlAttribute(AttributeName = "forceX86")]
public bool ForceX86 { get; set; }

Expand Down

0 comments on commit 2042b15

Please sign in to comment.