Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 5371f1e

Browse files
committed
Disable this in CI
1 parent 78ae687 commit 5371f1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
<BuildConfid>Release</BuildConfid>
39-
<RunCodeAnalysis>true</RunCodeAnalysis>
39+
<RunCodeAnalysis>false</RunCodeAnalysis>
4040
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
4141
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
4242
</PropertyGroup>

src/GitHub.Logging/GitHub.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DefineConstants>TRACE</DefineConstants>
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
35-
<RunCodeAnalysis>true</RunCodeAnalysis>
35+
<RunCodeAnalysis>false</RunCodeAnalysis>
3636
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3737
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
3838
</PropertyGroup>

src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<WarningLevel>4</WarningLevel>
3636
<LangVersion>4</LangVersion>
3737
<BuildConfid>Release</BuildConfid>
38-
<RunCodeAnalysis>true</RunCodeAnalysis>
38+
<RunCodeAnalysis>false</RunCodeAnalysis>
3939
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
4040
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
4141
</PropertyGroup>

0 commit comments

Comments
 (0)