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