I've seen msbuild
commands pass /t:pipelinePreDeployCopyAllFilesToOneFolder
as a target. On searching the Internet, I've found many forum and question/answers posts about this target. That said, I've found no official documentation.
- What does this target do?
- Where does Microsoft document it?
This target usually goes along with a _PackageTempDir
property.
My best guess is that the target and property together mean that, before deployment, copy all files to the specified package temp directory.