You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- For self-contained, invoke the native executable as a single arg -->
113
-
<ContainerAppCommandCondition="@(ContainerAppCommand->Count()) == 0 and '$(UseAppHost)' == 'true' and !$(_ContainerIsTargetingWindows)"Include="$(ContainerWorkingDirectory)/$(AssemblyName)" />
114
-
<ContainerAppCommandCondition="@(ContainerAppCommand->Count()) == 0 and '$(UseAppHost)' == 'true' and $(_ContainerIsTargetingWindows)"Include="$(AssemblyName)$(_NativeExecutableExtension)" />
113
+
<ContainerAppCommandCondition="@(ContainerAppCommand->Count()) == 0 and '$(_ContainerIsSelfContained)' == 'true' and !$(_ContainerIsTargetingWindows)"Include="$(ContainerWorkingDirectory)/$(AssemblyName)" />
114
+
<ContainerAppCommandCondition="@(ContainerAppCommand->Count()) == 0 and '$(_ContainerIsSelfContained)' == 'true' and $(_ContainerIsTargetingWindows)"Include="$(AssemblyName)$(_NativeExecutableExtension)" />
115
115
<!-- For non self-contained, invoke `dotnet` `app.dll` as separate args -->
0 commit comments