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 b69628b commit 7ebcc9fCopy full SHA for 7ebcc9f
Source/GitReleaseManager/GitReleaseManager.Core.csproj
@@ -9,6 +9,7 @@
9
<CodeAnalysisTreatWarningsAsErrors>True</CodeAnalysisTreatWarningsAsErrors>
10
<CodeAnalysisRuleSet>..\GitReleaseManager.ruleset</CodeAnalysisRuleSet>
11
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
12
+ <DebugType>full</DebugType>
13
</PropertyGroup>
14
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
15
<RunCodeAnalysisRestore>False</RunCodeAnalysisRestore>
0 commit comments