Fix tool initialization detection (#11912)
authormikedn <onemihaid@hotmail.com>
Sat, 27 May 2017 23:09:11 +0000 (02:09 +0300)
committerDan Moseley <danmose@microsoft.com>
Sat, 27 May 2017 23:09:11 +0000 (16:09 -0700)
commita90081b1d83f0447cace40b18ee908117d12b645
tree7e631621f1610af721b0ecc4cecef92bc5a748fd
parent37c61722c3062d45f8ff3008424e02a759357afb
Fix tool initialization detection (#11912)

init-tools.cmd attempts to create a file in a directory that doesn't exist. File creation fails and next time the script is run initialization will be performed again. That wastes a lot of time.
init-tools.cmd