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 94f159e commit 3a8a67eCopy full SHA for 3a8a67e
1 file changed
build/Program.cs
@@ -32,7 +32,7 @@ public static void Main(string[] args)
32
33
Target(
34
GenerateDocumentation,
35
- () => Run("dotnet", "build docs/docs.csproj"));
+ () => Run("dotnet", "build docs/docs.csproj --verbosity normal"));
36
37
38
Build,
@@ -46,7 +46,7 @@ public static void Main(string[] args)
46
DependsOn(Build),
47
() => Run(
48
"dotnet",
49
- $"test src/SqlStreamStore.HAL.Tests -c Release -r ../../{ArtifactsDir} --no-build -l trx;LogFileName=SqlStreamStore.HAL.Tests.xml"));
+ $"test src/SqlStreamStore.HAL.Tests -c Release -r ../../{ArtifactsDir} --verbosity normal --no-build -l trx;LogFileName=SqlStreamStore.HAL.Tests.xml"));
50
51
52
Pack,
0 commit comments