When confronted with "missing appxrecipe" check the WindowsPacakgeType attribute in the csproj file for the Maui app.
By commenting out the specifier, the project deploy failure is resolved!
<!--<WindowsPackageType Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">None</WindowsPackageType>-->