I'm not sure about this one:
But when I create a new deployment using "Install = true", I get
<deployment install="false" minimumRequiredVersion="2.6.0.27877">
in my .application file.
I checked your code and it omits the switch, if the default (true) is specified.
I also checked the mage documentation from MS and this indeed says, that true is the default...
When I explicitly set the install switch, i get the expected result.
So I'm not sure, if I'm doing something wrong, or if the documentation of the default value in the mage documentation is wrong...
First of all thanks for this nice add-in...
I'm not sure about this one: But when I create a new deployment using "Install = true", I get
<deployment install="false" minimumRequiredVersion="2.6.0.27877">
in my .application file.I checked your code and it omits the switch, if the default (true) is specified. I also checked the mage documentation from MS and this indeed says, that
true
is the default...When I explicitly set the install switch, i get the expected result.
So I'm not sure, if I'm doing something wrong, or if the documentation of the default value in the mage documentation is wrong...