Skip to content

Commit

Permalink
Disable ApiCompat - 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 f029cb2 commit 79b084f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions eng/Directory.Build.Data.targets
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,5 @@
Text="When UseProjectReferenceToAzureClients=true all Azure.* references should be Project References, but the following are not [@(ShouldBeProjectReference)]" />
</Target>

<Target Name="RunApiCompat" AfterTargets="CoreBuild" Condition="'$(EnableApiCompat)' == 'true' and '$(DesignTimeBuild)' != 'true'">
<MSBuild
Projects="$(MSBuildThisFileDirectory)/ApiCompat/ApiCompat.csproj"
Properties="TargetPackageName=$(PackageId);TargetOutputPath=$(IntermediateOutputPath)"
Targets="ApiCompatVerification"
/>
</Target>

<Import Project="$(CentralPackageVersionPackagePath)\Sdk.targets" />
</Project>
</Project>

0 comments on commit 79b084f

Please # to comment.