Skip to content

Commit

Permalink
Copy MAUI to bin when SefContained=False
Browse files Browse the repository at this point in the history
This is part of the solution for #7170
  • Loading branch information
mattleibow authored Jun 23, 2022
1 parent 151f358 commit 18ab206
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<_MauiPlatformName Condition=" '$(TargetPlatformIdentifier)' == 'windows' ">win</_MauiPlatformName>
<_MauiPlatformName Condition=" '$(TargetPlatformIdentifier)' != 'windows' ">$(TargetPlatformIdentifier.ToLowerInvariant())</_MauiPlatformName>
<_MauiPlatformName Condition=" '$(_MauiPlatformName)' == '' ">any</_MauiPlatformName>
<_MauiRuntimePackAlwaysCopyLocal Condition=" '$(_MauiPlatformName)' == 'any' ">true</_MauiRuntimePackAlwaysCopyLocal>
<_MauiRuntimePackAlwaysCopyLocal Condition=" '$(_MauiPlatformName)' == 'any' or '$(SelfContained)' == 'false' ">true</_MauiRuntimePackAlwaysCopyLocal>
</PropertyGroup>

<!-- Framework references -->
Expand Down Expand Up @@ -79,4 +79,4 @@
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="@MicrosoftWindowsSDKBuildToolsPackageVersion@" IsImplicitlyDefined="true" PrivateAssets="all" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 18ab206

Please sign in to comment.