Tagged Questions

1
vote
2answers
138 views

Check with code if FinalBuilder is running a script

Is it possible to check if FinalBuilder is running a script with code? I would like to make a small application that can remotely start building a project on a remote machine, but only if its not ...
1
vote
1answer
428 views

running the build action of web deployment project from final builder

as you know Final builder is an outstanding build automation program, i want to use it, to automate moving the aspx, ascx, image files, css, dlls, etc... after the build of web deployment, this will ...
0
votes
0answers
32 views

How does FinalBuilder work under the hood? [closed]

We're evaluating FinalBuilder and are curious as to how it works under the hood. For compiling C# code, does it: shell out to MsBuild directly call csc.exe use the ...