Question

I am trying to build my solution at the TFS2010, after successfull build, I am trying to make TFS2010 run another application, like VS Post-build event.

It can be possible? and How can I make It?

Was it helpful?

Solution

What you probably need to do is add an activity to your process template for your build.

In your build configuration, the Process area allows you to specify the template that will be used to execute the build. This XAML file should already be source controlled in your TFS project. You can create a new XAML based on your current one, or if you have already created your own just check out your XAML and edit it.

I'm not familiar with DBDeploy or how to invoke it, but if it has command-line arguments you can likely add an InvokeProcess activity to your build workflow and execute a Powershell command script to do what you need to add after the build.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top