CodePlexProject Hosting for Open Source Software
Does Tools\init.ps1 run when a package is installed or does it run only when i solution is opened containing projects with packages already installed?
If it does run when a package is installed does it run b4 or after the Tools\install.ps1?
It run at both time: when package is first installed into the solution and when the solution is opened. It runs before install.ps1.
Thanks that helps. This suggests that I should not have behaviors in my init.ps1 that I also have in my install.ps1 and would explain why it seems like some command were running twice at package install time.
Are you sure you want to delete this post? You will not be able to recover it later.
Are you sure you want to delete this thread? You will not be able to recover it later.