Skip to content

Commit

Permalink
ensure dll's get packed
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jun 17, 2021
1 parent 5b7c431 commit 24ffd27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
<Description>This is a package specifically for 3rd party tooling to provide compatibility with the Mobile.BuildTools image generation.</Description>
<IsPackable>false</IsPackable>
<PackFolder>build</PackFolder>
<PackBuildOutput>false</PackBuildOutput>
<IncludeSource>false</IncludeSource>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="Mobile.BuildTools.Tests" Condition="$(SignAssembly) != 'true' " />
<PackageReference Include="NuGetizer" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="Newtonsoft.Json" PrivateAssets="all" />
</ItemGroup>

</Project>
3 changes: 1 addition & 2 deletions src/Mobile.BuildTools/Mobile.BuildTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackFolder>build</PackFolder>
<PackBuildOutput>false</PackBuildOutput>
<IncludeSource>false</IncludeSource>
</PropertyGroup>

Expand All @@ -33,7 +32,7 @@
<PackageReference Include="HarfBuzzSharp" PrivateAssets="all" />
<PackageReference Include="Microsoft.Build" Pack="false" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Pack="false" />
<PackageReference Include="Newtonsoft.Json" PrivateAssets="all" Pack="false" />
<PackageReference Include="Newtonsoft.Json" PrivateAssets="all" />
<PackageReference Include="NuGetizer" PrivateAssets="all" />
<PackageReference Include="Microsoft.Web.Xdt" PrivateAssets="all" />
<PackageReference Include="ShimSkiaSharp" PrivateAssets="all" />
Expand Down

0 comments on commit 24ffd27

Please sign in to comment.