We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2e364 commit 5c61600Copy full SHA for 5c61600
RakeFile
@@ -98,8 +98,8 @@ namespace :source do
98
xbuild :xbuild do |xb, args|
99
xb.solution = SLN
100
xb.targets = [:Clean, :Build]
101
+ xb.verbosity = :minimal
102
xb.properties = {
- :verbosity => :minimal,
103
:Configuration => "Release",
104
:DefineConstants => args[:nhibernate_version],
105
:TargetFrameworkVersion => Platform.config['build']['target_framework']
0 commit comments