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 89e41bc commit 4a8f7f4Copy full SHA for 4a8f7f4
tests/CodeBehind/BuildTests/CodeBehindBuildTests.NET.csproj
@@ -16,6 +16,12 @@
16
<PublishAot>@PublishAot@</PublishAot>
17
<Configuration>@Configuration@</Configuration>
18
</PropertyGroup>
19
+
20
+ <!-- Disable NativeAOT/ILC warnings when running on CI, since there they are treated as errors there -->
21
+ <PropertyGroup Condition=" '$(RunningOnCI)' == 'true' And '$(_AndroidRuntime)' == 'NativeAOT' ">
22
+ <NoWarn>XA1040;IL3053</NoWarn>
23
+ </PropertyGroup>
24
25
<PropertyGroup>
26
<DefineConstants Condition=" '$(ExtraConstants)' != '' ">$(DefineConstants);$(ExtraConstants)</DefineConstants>
27
0 commit comments