dotnet/aspnetcore

Update the Project.json "Scripts" events

ericis opened this issue · 4 comments

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?

@danroth27 for docs.

This would help out greatly. Currently trying to figure out the best event(s) to use when publishing to Azure web apps.

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.

closing, it's been 1.5 years and it's probably different by now