You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #4407, we have script execution in dotnet. We should add the prepack and postpack events which run before and after the dotnet pack command. Since dotnet pack executes dotnet compile, the flow looks like this:
After #4407, we have script execution in
dotnet
. We should add theprepack
andpostpack
events which run before and after thedotnet pack
command. Sincedotnet pack
executesdotnet compile
, the flow looks like this:prepack
dotnet-compile
precompile
dotnet-compile-csc
postcompile
postpack
/cc @davidfowl
The text was updated successfully, but these errors were encountered: