Skip to content

Commit 3357348

Browse files
Release build == warnings as errors
1 parent 4d70eb8 commit 3357348

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Nullinside.Cicd.GitHub/Nullinside.Cicd.GitHub.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@
88
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
99
</PropertyGroup>
1010

11+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
12+
<DocumentationFile>bin\Debug\Nullinside.Cicd.GitHub.xml</DocumentationFile>
13+
</PropertyGroup>
14+
15+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
16+
<DocumentationFile>bin\Release\Nullinside.Cicd.GitHub.xml</DocumentationFile>
17+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
18+
</PropertyGroup>
19+
1120
</Project>

0 commit comments

Comments
 (0)