Sets multiple environment variables from a read-only dictionary.
public EnvironmentVariablesSpec SetReadOnlyDictionary(IReadOnlyDictionary<string, string> variables)
The read-only dictionary of environment variables to set.