We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d786608 commit 4f67377Copy full SHA for 4f67377
src/Internal.AspNetCore.Sdk/targets/ApiCheck.props
@@ -5,6 +5,9 @@
5
<Project>
6
<!-- Set nothing if handled in project file or already done in outer build. -->
7
<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
+
11
<!-- Unconditionally disable API checks if running in .NET Framework MSBuild. Task cannot run there. -->
12
<EnableApiCheck Condition=" '$(MSBuildRuntimeType)' != 'Core' ">false</EnableApiCheck>
13
0 commit comments