1 write to Args
aspire (1)
Commands\PipelineCommandBase.cs (1)
149
await extensionInteractionService.StartDebugSessionAsync(ExecutionContext.WorkingDirectory.FullName, passedAppHostProjectFile?.FullName, debug: true, new DebugSessionOptions { Command = Name,
Args
= commandArgs.Length > 0 ? commandArgs : null });