1 write to _runningExec
Microsoft.DotNet.Build.Tasks.Feed (1)
src\ExecWithRetriesForNuGetPush.cs (1)
112_runningExec = new Exec
6 references to _runningExec
Microsoft.DotNet.Build.Tasks.Feed (6)
src\ExecWithRetriesForNuGetPush.cs (6)
82_runningExec?.Cancel(); 120if (!_runningExec.Execute()) 126int exitCode = _runningExec.ExitCode; 132if (_runningExec.ConsoleOutput != null && 134_runningExec.ConsoleOutput.Length > 0) 136var consoleOutput = _runningExec.ConsoleOutput.Select(c => c.ItemSpec);