Skip to content

Commit

Permalink
Changed warning level of msbuild task in buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodejunkie committed Nov 14, 2010
1 parent 8809021 commit 1d08766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ task Compile -depends Clean, Init -description "This task compiles the solution"
msbuild $source_directory\$solution.sln `
/p:outdir=$build_directory\\$solution\\ `
/verbosity:quiet `
/p:Configuration=Release
/p:Configuration=Release `
/property:WarningLevel=3
}
}

0 comments on commit 1d08766

Please sign in to comment.