Ejemplo n.º 1
0
        public NuGetForwardingApp WithEnvironmentVariable(string name, string value)
        {
            _forwardingApp.WithEnvironmentVariable(name, value);

            return(this);
        }
Ejemplo n.º 2
0
 public ProcessStartInfo GetProcessStartInfo()
 {
     return(_forwardingApp
            .WithEnvironmentVariable(TelemetrySessionIdEnvironmentVariableName, Telemetry.CurrentSessionId)
            .GetProcessStartInfo());
 }