Hi,
I'm using a Script Task to execute Git commands, however only the first command executes? Is there a way to run a series of commands? Example:
git init git add . git commit -m "initial commit"
Thanks in advance for your help!
I added in Echo statements but it's still only executing the first git statement "git init" and completing the tasks
Community moderators have prevented the ability to post new answers.
Script task should always execute all lines - like a regular script. Can you add some echo statements?
Does the script work from the command line?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.