Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When saving this Create Directory action, make sure it is enabled and Fail if directory exists is NOT checked, as we want the project to copy over the existing project every time we run a build.

Image RemovedImage Added

Copy Action

Once we have added a Create Directory action, we need to create a copy action. Basically we want to copy our project files from the Agent workspace to our ContinuaTutorial folder. So lets add a Copy Action which is also under the File Operations action category. Set the source directory to $Workspace$/\Output and similarly to the Create Directory action, lets set the Destination Directory to \\$Server.Hostname$\c$$\ContinuaTutorial. Before we save the action we should also make sure it is enabled, that File Names / Patterns is set to **.** (This tells the action copy everything) and that Overwrite existing files IS checked.

Image RemovedImage Added

Once both the Create Directory action and the Copy Action have been created, your action workflow should look something like the screenshot below. So lets hit Save & Complete Wizard and then run our build again.

Image RemovedImage Added

Running Our Configuration - Again

...