Skip to content

Commit

Permalink
Temporarily disable API checks in all x-plat runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed Mar 25, 2017
1 parent d786608 commit 4f67377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Internal.AspNetCore.Sdk/targets/ApiCheck.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<Project>
<!-- Set nothing if handled in project file or already done in outer build. -->
<PropertyGroup>
<!-- Temporarily disable API checks in all x-plat runs. Universe builds fail at FileSystem repo. -->
<EnableApiCheck Condition=" '$(OS)' != 'Windows_NT' ">false</EnableApiCheck>

<!-- Unconditionally disable API checks if running in .NET Framework MSBuild. Task cannot run there. -->
<EnableApiCheck Condition=" '$(MSBuildRuntimeType)' != 'Core' ">false</EnableApiCheck>

Expand Down

0 comments on commit 4f67377

Please sign in to comment.