File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 15
15
<DebugType >embedded</DebugType >
16
16
<LangVersion >preview</LangVersion >
17
17
<AnalysisLevel >latest-all</AnalysisLevel >
18
+ <RunAnalyzersDuringBuild >false</RunAnalyzersDuringBuild >
19
+ <RunAnalyzersDuringLiveAnalysis >true</RunAnalyzersDuringLiveAnalysis >
18
20
<PublishRepositoryUrl >true</PublishRepositoryUrl >
19
21
<EmbedUntrackedSources >true</EmbedUntrackedSources >
20
22
<GenerateDocumentationFile >true</GenerateDocumentationFile >
21
23
<NoWarn >$(NoWarn);1591;CA1708;CA1835;CA2215;CA5397;NU5105</NoWarn >
22
24
<MinVerDefaultPreReleasePhase >beta</MinVerDefaultPreReleasePhase >
23
25
</PropertyGroup >
24
26
27
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
28
+ <RunAnalyzersDuringBuild >true</RunAnalyzersDuringBuild >
29
+ </PropertyGroup >
30
+
25
31
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true' OR '$(APPVEYOR)' == 'True' OR '$(TF_BUILD)' == 'True' " >
26
32
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
27
33
<Deterministic >true</Deterministic >
You can’t perform that action at this time.
0 commit comments