2 overrides of GetDefaultOutputPath
aspire (2)
Commands\DeployCommand.cs (1)
22protected override string GetDefaultOutputPath(ArgumentResult result) => Path.Combine(Environment.CurrentDirectory, "deploy");
Commands\PublishCommand.cs (1)
44protected override string GetDefaultOutputPath(ArgumentResult result) => Path.Combine(Environment.CurrentDirectory);
1 reference to GetDefaultOutputPath
aspire (1)
Commands\PublishCommandBase.cs (1)
50DefaultValueFactory = GetDefaultOutputPath