tfs - How do I get "Solution Files" to the drops build folder using VSO Build or otherwise -
i'm using visual studio online , hosted build controller, have automated build working , putting output in drops folder in tfs online.
i'm using team foundation version control , default template (defaulttemplate.11.1.xaml)
i'm using msbuild arguments generate project specific output /p:generateprojectspecificoutputfolder=true
my solution has number of projects , mvc web application.
in solution i've added solution folder , placed powershell files in there. these powershell files end in drops folder after automated build.
any suggestions on how can this?
you should switch tfvcdefaulttemplate.12.xaml. can create powershell scoops bits need in drop , call post-test powershell activity.
check out "gather items drops" on https://curah.microsoft.com/8047/run-scripts-in-your-team-foundation-build-process
Comments
Post a Comment