Skip to content

Commit

Permalink
Merge pull request #77 from codatio/remove-warnings-as-errors
Browse files Browse the repository at this point in the history
Remove warnings as errors from farmer build
  • Loading branch information
r30e authored Nov 18, 2024
2 parents e1ce711 + 662cd47 commit e411a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Farmer/Farmer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<!-- General -->
<AssemblyName>Farmer</AssemblyName>
<Version>1.6.1</Version>
<Version>1.6.2</Version>
<Description>Farmer makes authoring ARM templates easy!</Description>
<Copyright>Copyright 2019-2022 Compositional IT Ltd.</Copyright>
<Company>Compositional IT</Company>
Expand All @@ -13,7 +13,7 @@
<DebugType>portable</DebugType>
<OutputType>Library</OutputType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>

<!-- NuGet Pack settings -->
<PackageId>Farmer</PackageId>
Expand Down

0 comments on commit e411a33

Please sign in to comment.