Skip to content

Commit 4f67377

Browse files
committed
Temporarily disable API checks in all x-plat runs
1 parent d786608 commit 4f67377

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Internal.AspNetCore.Sdk/targets/ApiCheck.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<Project>
66
<!-- Set nothing if handled in project file or already done in outer build. -->
77
<PropertyGroup>
8+
<!-- Temporarily disable API checks in all x-plat runs. Universe builds fail at FileSystem repo. -->
9+
<EnableApiCheck Condition=" '$(OS)' != 'Windows_NT' ">false</EnableApiCheck>
10+
811
<!-- Unconditionally disable API checks if running in .NET Framework MSBuild. Task cannot run there. -->
912
<EnableApiCheck Condition=" '$(MSBuildRuntimeType)' != 'Core' ">false</EnableApiCheck>
1013

0 commit comments

Comments
 (0)