Skip to content

Commit

Permalink
Disable ApiCompat for Azure.Core - DO NOT merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed May 4, 2021
1 parent 4c8ee90 commit 3bd1f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/core/Azure.Core/src/Azure.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableClientSdkAnalyzers>false</EnableClientSdkAnalyzers>
<EnableApiCompat>false</EnableApiCompat>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,4 +34,4 @@
<Compile Include="Shared\DiagnosticScope.cs" />
<Compile Include="Shared\TaskExtensions.cs" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 3bd1f22

Please # to comment.