Skip to content

Commit b400124

Browse files
author
Sam Hanes
committed
update build script
1 parent bcbc4b1 commit b400124

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

build.fsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,12 @@ Target.create "DeployTestDB" (fun _ ->
166166

167167
Target.create "BuildTestProjects" (fun _ ->
168168
DotNet.build
169-
(fun args -> { args with Configuration = DotNet.Release } |> dnDefault)
169+
(fun args ->
170+
{
171+
args with
172+
Configuration = DotNet.Release
173+
//Common = { args.Common with Verbosity = Some DotNet.Verbosity.Detailed }
174+
} |> dnDefault)
170175
testProjectsSlnPath
171176
)
172177

0 commit comments

Comments
 (0)