You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script task that sets up gitconfig user and email properties fails occasionally due to parallel execution of the two git commands. The parallelism is due (I think) to a single & being used. If you use a double && then this should solve the problem.
The script task that sets up gitconfig user and email properties fails occasionally due to parallel execution of the two git commands. The parallelism is due (I think) to a single
&
being used. If you use a double&&
then this should solve the problem.The problem source code is here
The text was updated successfully, but these errors were encountered: