Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I use the ExitCode on the TFS InvokeProcess activity?

Tags:

tfs

tfsbuild

In TFS build I call to a nant script using a custom activity InvokeProcess (we use NANT till we will be able to move to "TFS language") I want to fail the build if NANT fails. I guess I should use the Result property of the InvokeProcess. How I do that? Thanks

like image 904
Ariel Avatar asked Oct 10 '22 10:10

Ariel


1 Answers

I think you can find what you need here.

like image 142
pantelif Avatar answered Oct 14 '22 03:10

pantelif