Update the Project.json "Scripts" events
ericis opened this issue · 4 comments
ericis commented
Beta6 seems to introduce a "scripts" event that isn't documented in the Wiki called "prepublish".
https://github.com/aspnet/Home/wiki/Project.json-file
*I've also seen "prepare" in previous releases.
Currently, the listed events are:
- prebuild
- postbuild
- prepack
- postpack
- prerestore
- postrestore
*Can descriptions of these dnu events also be added along with the conditions for when they apply?
Eilon commented
@danroth27 for docs.
robfarmergt commented
This would help out greatly. Currently trying to figure out the best event(s) to use when publishing to Azure web apps.
johnnyreilly commented
This would be really helpful. I'm just picking up ASP.Net 5 now it's hit RC 1 and trying to find some documentation on this.
ericis commented
closing, it's been 1.5 years and it's probably different by now