We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-v:n
1 parent 900f6d9 commit 17bc865Copy full SHA for 17bc865
1 file changed
build-tools/scripts/msbuild.mk
@@ -51,7 +51,7 @@ endef
51
52
# $(call DOTNET_BINLOG,name,build=$(DOTNET_VERB),dotnet=$(DOTNET_TOOL))
53
define DOTNET_BINLOG
54
- $(if $(3),$(3),$(DOTNET_TOOL)) $(if $(2),$(2),$(DOTNET_VERB)) -c $(CONFIGURATION) -v:n $(MSBUILD_ARGS) \
+ $(if $(3),$(3),$(DOTNET_TOOL)) $(if $(2),$(2),$(DOTNET_VERB)) -c $(CONFIGURATION) $(MSBUILD_ARGS) \
55
-bl:"$(dir $(realpath $(firstword $(MAKEFILE_LIST))))/bin/Build$(CONFIGURATION)/msbuild-`date +%Y%m%dT%H%M%S`-$(1).binlog"
56
endef
57
0 commit comments