Skip to content

Commit

Permalink
pipeline update 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RuaridhAnswer committed Dec 14, 2023
1 parent 56ca17b commit 56d2359
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Answer.King.Api/Answer.King.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<NoWarn>1701;1702;CA1848;CS1591</NoWarn>
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>False</RunAnalyzersDuringLiveAnalysis>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/Answer.King.Domain/Answer.King.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;1591</NoWarn>
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>False</RunAnalyzersDuringLiveAnalysis>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1573</NoWarn>
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>False</RunAnalyzersDuringLiveAnalysis>
</PropertyGroup>
<ItemGroup>
<None Remove="SeedData\ProductData.cs~RF44073381.TMP" />
Expand Down

0 comments on commit 56d2359

Please sign in to comment.