4 references to AppHostIncompatible
aspire (2)
Commands\PublishCommandBase.cs (1)
108return ExitCodeConstants.AppHostIncompatible;
Interaction\ConsoleInteractionService.cs (1)
97return ExitCodeConstants.AppHostIncompatible;
Aspire.Cli.Tests (2)
Commands\DeployCommandTests.cs (1)
93Assert.Equal(ExitCodeConstants.AppHostIncompatible, exitCode); // Ensure the command fails
Commands\PublishCommandTests.cs (1)
87Assert.Equal(ExitCodeConstants.AppHostIncompatible, exitCode); // Ensure the command fails