Browse Source

turn of warning as errors for nuke build.

Dan Walmsley 3 years ago
parent
commit
7423441ee0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nukebuild/_build.csproj

+ 1 - 0
nukebuild/_build.csproj

@@ -7,6 +7,7 @@
     <NoWarn>CS0649;CS0169</NoWarn>
     <NukeTelemetryVersion>1</NukeTelemetryVersion>
     <TargetFramework>net7.0</TargetFramework>
+    <WarningsAsErrors>false</WarningsAsErrors>
   </PropertyGroup>
  
  <Import Project="..\build\JetBrains.dotMemoryUnit.props" />