I am trying to do a TFS's build in my remote server. Usually I am doing my template.xml with visual studio, dragging and dropping some kind of box.
If I am not wrong I should to declare a variable named ScriptDetails, that is cointained in a box called RunDeploymentScript. However there are some errors
1) ScriptDetails need always an argument or something, I get this kind of error
Value for a required activity argument 'ScriptDetais' was not supplied. Parameter name: rootArgumentValues
I tried to set in the "constructor" my script path inside my solution project, but then I get other error, "Too many argument in ScriptDetails constructor".
2) I had been read the whole internet but I didn't find any information, tutorial or example about how to do this, so please, don't copy/paste links here that you googled it, because for sure I've read all of them.
When I add these box in my build configuration I can see some options that do a reference to my variables declared in my template.xml but ScriptDetails is disabled to work with this configuration.
I have no idea about what more to do, I just need to build a project and launch 2 scripts in powerwhell language.
Thank you and greetings.