Skip to content

Commit

Permalink
Added a test case that will fail when packing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 13, 2019
1 parent a2dda44 commit a20ddff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/ClasslibraryAsSdk/ClasslibraryAsSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<Reference Include="System.Xml" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'xamarin.ios10'">
<NativeReference Include="Resource1.resx" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
<Page Include="uwp\**\*.xaml"/>
<Compile Include="uwp\**\*.cs" />
Expand Down

0 comments on commit a20ddff

Please sign in to comment.