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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -