I've got my repository connected to CCI and I'm trying to create a config to start my build process which is done with a batch file. I added an action for the bat file
Command: build.bat
Working Directory: $Workspace$\$Source.ContinuaCore$
And I'm getting the following error:
The action that was executing threw an exception that was not handled.
Exception: Win32Exception Message: The directory name is invalid Stack Trace: at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at Continua.Stepping.Actions.ExecuteAction`1.Execute(TContext context)
I've tried dozens of combinations but something is wrong with my path. Any suggestions?