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
Let's expose commandToRun option from IBulkScriptActionOptions to command-line.json config.
So we could define incremental and non-incremental commands (like build and rebuild), invoking the same script, on the project level.
The text was updated successfully, but these errors were encountered:
Closing -- you can now override behavior of incremental and non-incremental command versions, as well as redefine them as phased operations. (Please reopen if there's specific functionality still missing that you were looking for!)
Summary
Let's expose
commandToRun
option fromIBulkScriptActionOptions
to command-line.json config.So we could define incremental and non-incremental commands (like
build
andrebuild
), invoking the same script, on the project level.The text was updated successfully, but these errors were encountered: