mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
Build Mono build tasks packs only when targeting mobile (#105153)
This commit is contained in:
parent
367e064314
commit
951ed61216
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
<ProjectReference Include="Microsoft.NET.Runtime.LibraryBuilder.Sdk\Microsoft.NET.Runtime.LibraryBuilder.Sdk.pkgproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
|
||||
<ItemGroup Condition="'$(DotNetBuildSourceOnly)' != 'true' and '$(TargetsMobile)' == 'true'">
|
||||
<ProjectReference Include="Microsoft.NET.Runtime.MonoTargets.Sdk\Microsoft.NET.Runtime.MonoTargets.Sdk.pkgproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue