diff --git a/Build.ps1 b/Build.ps1 index 1a08e8e..5b6ab1d 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -31,7 +31,7 @@ Process { Exec { & nuget pack Workleap.DotNet.CodingStandards.nuspec -OutputDirectory $outputDir -Version $version -ForceEnglishOutput } # Run tests - Exec { & dotnet test } + Exec { & dotnet test --configuration Release --logger "console;verbosity=detailed" } # Push to a NuGet feed if the environment variables are set if (($null -ne $env:NUGET_SOURCE ) -and ($null -ne $env:NUGET_API_KEY)) {