Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

auto-install in chcpbuild.option has no effect. #97

Closed
boedy opened this issue Jan 27, 2016 · 2 comments
Closed

auto-install in chcpbuild.option has no effect. #97

boedy opened this issue Jan 27, 2016 · 2 comments

Comments

@boedy
Copy link

boedy commented Jan 27, 2016

If I add

<chcp>
        <auto-install enabled="false" />
</chcp>

to my config.xml. This is removed when I use chcpbuild.option. When I add it to the chcpbuild.option file this also has no effect:

{
  "staging": {
    "auto-install": "false",
    "auto-install": {
        "enabled": false
    },
    "config-file": "some url"
  }
}
@nikDemyankov
Copy link
Member

Yes, this is basically the same, as #91. Will be fixed in the same time.

@nikDemyankov nikDemyankov added this to the v1.2.5 milestone Jan 28, 2016
@nikDemyankov
Copy link
Member

v1.2.5 is released, issue should be fixed. To define auto-install preference in chcpbuild.options do it like this:

"auto-install": {
    "enabled": false
},

So, the full example in your case will be:

{
  "staging": {
    "auto-install": {
        "enabled": false
    },
    "config-file": "some url"
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants