Skip to content

Commit

Permalink
Retest the Mono ARM assembly issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Aug 8, 2024
1 parent b079b28 commit 04d28e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2,188 deletions.
21 changes: 0 additions & 21 deletions build/props/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -150,25 +150,4 @@
<None Include="$(SilkReadmePath)" Pack="true" PackagePath="\" />
</ItemGroup>
</Target>
<!-- Public API Analyzer -->
<ItemGroup Condition="'$(SilkPublicApiExempt)' != 'true'">
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(SilkPublicApiExempt)' != 'true' and '$(TargetFramework)' != ''">
<AdditionalFiles Include="PublicAPI/$(TargetFramework)/PublicAPI.Shipped.txt" />
<AdditionalFiles Include="PublicAPI/$(TargetFramework)/PublicAPI.Unshipped.txt" />
</ItemGroup>
<Target Name="SilkCreatePublicApi" Condition="'$(SilkPublicApiExempt)' != 'true' and '$(TargetFramework)' != ''">
<ItemGroup>
<SilkNewPublicAPILines Include="#nullable enable" />
</ItemGroup>
<MakeDir Directories="PublicAPI" Condition="!Exists('PublicAPI')" />
<MakeDir Directories="PublicAPI/$(TargetFramework)" Condition="!Exists('PublicAPI/$(TargetFramework)')" />
<WriteLinesToFile File="PublicAPI/$(TargetFramework)/PublicAPI.Shipped.txt"
Lines="@(SilkNewPublicAPILines)"
Condition="!Exists('PublicAPI/$(TargetFramework)/PublicAPI.Shipped.txt')" />
<WriteLinesToFile File="PublicAPI/$(TargetFramework)/PublicAPI.Unshipped.txt"
Lines="@(SilkNewPublicAPILines)"
Condition="!Exists('PublicAPI/$(TargetFramework)/PublicAPI.Unshipped.txt')" />
</Target>
</Project>
Loading

0 comments on commit 04d28e4

Please sign in to comment.