In the build logs of TFS builds I have seen the use of the command tf vc scorch
. This looks rather interesting and seems to be something like git clean
and could be quite helpful but for some strange reason scorch
is not documented. Is this some internal thing that is not intended for public use?
Typing tf vc /?
does not list the scorch
command and tf vs scorch /?
does not explain the parameters. It is also not listed on learn.microsoft.com.
Where can I find its full documentation?