2 writes to WorkingDirectory
NuGet.CommandLine.XPlat (2)
Commands\ConfigCommands\ConfigCommand.cs (1)
142
WorkingDirectory
= parseResult.GetValue(WorkingDirectory),
Commands\ConfigCommands\ConfigRunners.cs (1)
25
args.
WorkingDirectory
= Directory.GetCurrentDirectory();
2 references to WorkingDirectory
NuGet.CommandLine.XPlat (2)
Commands\ConfigCommands\ConfigRunners.cs (2)
23
if (string.IsNullOrEmpty(args.
WorkingDirectory
))
31
settings = RunnerHelper.GetSettingsFromDirectory(args.
WorkingDirectory
);