Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 3a8a67e

Browse files
needs normal verbosity
1 parent 94f159e commit 3a8a67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void Main(string[] args)
3232

3333
Target(
3434
GenerateDocumentation,
35-
() => Run("dotnet", "build docs/docs.csproj"));
35+
() => Run("dotnet", "build docs/docs.csproj --verbosity normal"));
3636

3737
Target(
3838
Build,
@@ -46,7 +46,7 @@ public static void Main(string[] args)
4646
DependsOn(Build),
4747
() => Run(
4848
"dotnet",
49-
$"test src/SqlStreamStore.HAL.Tests -c Release -r ../../{ArtifactsDir} --no-build -l trx;LogFileName=SqlStreamStore.HAL.Tests.xml"));
49+
$"test src/SqlStreamStore.HAL.Tests -c Release -r ../../{ArtifactsDir} --verbosity normal --no-build -l trx;LogFileName=SqlStreamStore.HAL.Tests.xml"));
5050

5151
Target(
5252
Pack,

0 commit comments

Comments
 (0)