Skip to content

Commit

Permalink
[repo] Public API file cleanup part 1 (#4960)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Oct 18, 2023
1 parent 1ec7a63 commit d04fb28
Show file tree
Hide file tree
Showing 40 changed files with 2 additions and 2,842 deletions.
2 changes: 2 additions & 0 deletions build/Common.prod.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@
<!-- Note: This selects the correct PublicApiAnalyzers files based on $(ExposeExperimentalFeatures) -->
<ItemGroup>
<AdditionalFiles Include=".publicApi\Stable\$(TargetFramework)\PublicAPI.*.txt" />
<AdditionalFiles Include=".publicApi\Stable\PublicAPI.*.txt" />
<AdditionalFiles Include=".publicApi\Experimental\$(TargetFramework)\PublicAPI.*.txt" Condition="'$(ExposeExperimentalFeatures)' == 'true'" />
<AdditionalFiles Include=".publicApi\Experimental\PublicAPI.*.txt" Condition="'$(ExposeExperimentalFeatures)' == 'true'" />
<AdditionalFiles Include=".publicApi\$(TargetFramework)\PublicAPI.*.txt" />
</ItemGroup>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
Loading

0 comments on commit d04fb28

Please sign in to comment.