We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbc4b1 commit b400124Copy full SHA for b400124
1 file changed
build.fsx
@@ -166,7 +166,12 @@ Target.create "DeployTestDB" (fun _ ->
166
167
Target.create "BuildTestProjects" (fun _ ->
168
DotNet.build
169
- (fun args -> { args with Configuration = DotNet.Release } |> dnDefault)
+ (fun args ->
170
+ {
171
+ args with
172
+ Configuration = DotNet.Release
173
+ //Common = { args.Common with Verbosity = Some DotNet.Verbosity.Detailed }
174
+ } |> dnDefault)
175
testProjectsSlnPath
176
)
177
0 commit comments