Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/Aspire.Cli/Commands/PublishCommand.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
mitchdenny and Copilot authored Apr 4, 2025
commit e68f9f6ded57b1a066b33e416e0fb828a5b82c44
2 changes: 1 addition & 1 deletion src/Aspire.Cli/Commands/PublishCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ protected override async Task<int> ExecuteAsync(ParseResult parseResult, Cancell
// stop the app host.
await backchannel.RequestStopAsync(cancellationToken).ConfigureAwait(false);
var exitCode = await pendingRun;
return exitCode; // shoudl be zero for orderly shutdown but we pass it along anyway.
return exitCode; // should be zero for orderly shutdown but we pass it along anyway.
}
});

Expand Down
Loading