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