msbuild - What does the pipelinePreDeployCopyAllFilesToOneFolder target do? -
i've seen msbuild commands pass /t:pipelinepredeploycopyallfilestoonefolder target. on searching internet, i've found many forum , question/answers posts target. said, i've found no official documentation.
- what target do?
- where microsoft document it?
this target goes along _packagetempdir property.
my best guess target , property mean that, before deployment, copy files specified package temp directory.
Comments
Post a Comment