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 4d70eb8 commit 3357348Copy full SHA for 3357348
src/Nullinside.Cicd.GitHub/Nullinside.Cicd.GitHub.csproj
@@ -8,4 +8,13 @@
8
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
9
</PropertyGroup>
10
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
19
20
</Project>
0 commit comments