Skip to content

Commit 17bc865

Browse files
Remove -v:n?
1 parent 900f6d9 commit 17bc865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-tools/scripts/msbuild.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ endef
5151

5252
# $(call DOTNET_BINLOG,name,build=$(DOTNET_VERB),dotnet=$(DOTNET_TOOL))
5353
define DOTNET_BINLOG
54-
$(if $(3),$(3),$(DOTNET_TOOL)) $(if $(2),$(2),$(DOTNET_VERB)) -c $(CONFIGURATION) -v:n $(MSBUILD_ARGS) \
54+
$(if $(3),$(3),$(DOTNET_TOOL)) $(if $(2),$(2),$(DOTNET_VERB)) -c $(CONFIGURATION) $(MSBUILD_ARGS) \
5555
-bl:"$(dir $(realpath $(firstword $(MAKEFILE_LIST))))/bin/Build$(CONFIGURATION)/msbuild-`date +%Y%m%dT%H%M%S`-$(1).binlog"
5656
endef
5757

0 commit comments

Comments
 (0)