My first project, running a batch file

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?


You still need to provide the path to the batch file in the workspace. If you didn’t alter the repository rules on the stage, then the path would be :

$Source.ContinuaCore$\build.bat (assuming it’s in the root of the repository).

$Source.RepoName$ will by default map to $Workspace$\Source\RepoName

Repository rules are explained on this page : http://wiki.finalbuilder.com/x/_QAZ