Skip to content

Commit 5c61600

Browse files
committed
minimal verbosity
1 parent ae2e364 commit 5c61600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ namespace :source do
9898
xbuild :xbuild do |xb, args|
9999
xb.solution = SLN
100100
xb.targets = [:Clean, :Build]
101+
xb.verbosity = :minimal
101102
xb.properties = {
102-
:verbosity => :minimal,
103103
:Configuration => "Release",
104104
:DefineConstants => args[:nhibernate_version],
105105
:TargetFrameworkVersion => Platform.config['build']['target_framework']

0 commit comments

Comments
 (0)