Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2019-08-05 12:52:01 +0300
committerMatt Ward <ward.matt@gmail.com>2019-08-12 22:29:21 +0300
commit3a8c3d7e40ce146a0264483206b541cb9c8a125d (patch)
tree7301cfdc7409e9cb8b7c319411d44b362a0449c7 /main/xbuild.include
parentae01da6ee36cd9fbe511098254ba8090fbaae77a (diff)
[Build] Add ReportAnalyzer property to output code analyzer impact on build
Diffstat (limited to 'main/xbuild.include')
-rw-r--r--main/xbuild.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xbuild.include b/main/xbuild.include
index 6b74c0509e..0bb045e6fd 100644
--- a/main/xbuild.include
+++ b/main/xbuild.include
@@ -26,7 +26,7 @@ endif
XBUILD=msbuild
XBUILD_VERBOSITY ?= normal
-XBUILD_ARGS=/verbosity:$(XBUILD_VERBOSITY) /nologo /property:CodePage=65001 /property:RestorePackages=false /property:DownloadPaket=false
+XBUILD_ARGS=/verbosity:$(XBUILD_VERBOSITY) /nologo /property:CodePage=65001 /property:RestorePackages=false /property:DownloadPaket=false /property:ReportAnalyzer=true
XBUILD_PROFILE=/property:Configuration=$(PROFILE_NAME)
# Figure out how far we are from top_builddir