Skip to content

Commit

Permalink
Use better options for dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Feb 23, 2024
1 parent 34dd937 commit 14a6c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 14a6c3b

Please sign in to comment.