appcelerator-archive / windowslib

This is a library of utilities for dealing programmatically with Windows Phone applications, used namely for tools like Titanium.
http://www.appcelerator.com
Other
4 stars 10 forks source link

Powershell hang fix, part two #19

Closed sgtcoolguy closed 9 years ago

sgtcoolguy commented 9 years ago

More flags to help avoid the first time powershell subprocess hang. I was still seeing it locally, and am seeing it on the build machine as well.

I was able to reliably reproduce by opening a branch new cmd shell and trying to build an app. That would hang the first time for me. Killing and retrying in that same shell would work.

But with these changes the first ti build after opening a new cmd worked for me.

dawsontoth commented 9 years ago

looks good to me, Chris CR and FR passed

dawsontoth commented 9 years ago

@sgtcoolguy ^^