Skip to content

Commit

Permalink
Set treat warnings as errors to true
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Aug 30, 2023
1 parent 4e307f9 commit f88646f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/code/Microsoft.PowerShell.PSResourceGet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<LangVersion>9.0</LangVersion>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f88646f

Please sign in to comment.