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
Some steps execute multiple sub-steps. It would be useful if users could execute pre- and post-step actions for the sub-steps as well.
The following steps should have sub-step pre- and post-actions
vcs merge
build.binaries
archive pack
nuget pack
generate files (build & test)
update assemblyinfo
push to directory
push to git branch
push to github
push to git repository
The text was updated successfully, but these errors were encountered:
This turns out to be required for the generation of the assembly info files as well. Currently it doesn't generate the correct configuration information.
Some steps execute multiple sub-steps. It would be useful if users could execute pre- and post-step actions for the sub-steps as well.
The following steps should have sub-step pre- and post-actions
The text was updated successfully, but these errors were encountered: