vsts build - Where are my binaries after an MSBuild task? -


in vsts build definition, have msbuild of want access artifacts.
although task's log states built , copied bin\debug* when build done there no link artifacts.

2017-07-27t14:27:49.1024373z copying file from
"obj\debug\myfile.pdb" to
"bin\debug\myfile.pdb".

i tried following publish artifact task copy $(build.artifactstagingdirectory) or $(build.binariesdirectory) no avail.
tried adding copy files task same source folders , **/$(buildconfiguration)/**/?(*.*) contents, 0 files found.

where msbuild's output files?

refer screenshot configure copy files task, specify $(build.artifactstagingdirectory) publish artifact task (path publish)

enter image description here


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -