microsoft / taco-team-build

taco-team-build is a node module designed to avoid common pitfalls when building Cordova apps in a Team or Continuous Integration (CI) environment
MIT License
26 stars 19 forks source link

update to set execute bit on hooks directory and .sh files #20

Closed ryuyu closed 8 years ago

ryuyu commented 8 years ago

This address an issue in the Cordova VSTS tasks (https://github.com/Microsoft/vsts-cordova-tasks) that was preventing execute of scripts in the hooks directory when source was checked in from Windows. See https://github.com/Microsoft/vsts-cordova-tasks/issues/36 for more information.

relevant changes start at line 88. There were a significant number of whitespace changes.

@Chuxel @BretJohnson @lostintangent

Chuxel commented 8 years ago

LGTM!