Configures the environment variables for the process using the provided configuration action.
public IProcessConfigurationBuilder ConfigureEnvironmentVariables(Action<EnvironmentVariablesSpec> configureEnvironmentVariables)
An action that accepts an EnvironmentVariablesSpec and is used to configure the environment variables.