Skip to content

Commit

Permalink
DYN-6984: Supress build warnings in CI/CD builds. (#15219)
Browse files Browse the repository at this point in the history
  • Loading branch information
sm6srw authored May 15, 2024
1 parent 6aa533d commit 49a3f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<ProjectToBuild Include="$(Solution)" >
<Properties>Configuration=Release;Platform=$(Platform);DotNet=$(DotNet)</Properties>
<Properties>Configuration=Release;Platform=$(Platform);DotNet=$(DotNet);WarningLevel=0</Properties>
</ProjectToBuild>
</ItemGroup>

Expand Down

0 comments on commit 49a3f7c

Please sign in to comment.