Function generate_configuration

Source
pub async fn generate_configuration(
    deps: &Dependencies,
    target_directory: &Path,
) -> Result<()>
Expand description

Create ‘generate.tasks’ configuration for all generated tasks in the provided evergreen project configuration.

§Arguments

  • deps - Dependencies needed to perform generation.
  • target_directory - Directory to store generated configuration.