From 80afe4334c15cf5bdcf9fc48a494bf1c83645b1e Mon Sep 17 00:00:00 2001 From: Justin Rusbatch Date: Tue, 23 Dec 2014 18:34:16 -0500 Subject: [PATCH] Remove Code Analysis from the build script --- build/Build.proj | 37 +------------------------------------ build/ScriptCs.Common.props | 7 ++----- 2 files changed, 3 insertions(+), 41 deletions(-) diff --git a/build/Build.proj b/build/Build.proj index d8e01df7..7138da9f 100644 --- a/build/Build.proj +++ b/build/Build.proj @@ -16,15 +16,8 @@ $(Root).nuget\NuGet.exe $([System.IO.Path]::Combine( $(Root), 'common\CommonVersionInfo.cs' )) - - 11.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeAnalysis\ - $(CodeAnalysisToolPath)Microsoft.CodeAnalysis.targets - $(Root) - - @@ -38,7 +31,7 @@ - + @@ -50,29 +43,6 @@ - - - - - - - - - - - - - @@ -143,9 +113,4 @@ - - - - \ No newline at end of file diff --git a/build/ScriptCs.Common.props b/build/ScriptCs.Common.props index a289f418..0a1bcee9 100644 --- a/build/ScriptCs.Common.props +++ b/build/ScriptCs.Common.props @@ -8,9 +8,6 @@ true true - false - - $(DefineConstants);CODE_ANALYSIS @@ -21,13 +18,13 @@ false - + $(DefineConstants);DEBUG full false - + pdbonly true