Run xUnit tests verbosely
This commit is contained in:
parent
dcaf231bde
commit
29ec5f27b9
@ -336,7 +336,7 @@ function Start-PSxUnit {
|
||||
}
|
||||
|
||||
$Content = Split-Path -Parent (Get-PSOutput)
|
||||
$Arguments = "--configuration", "Linux"
|
||||
$Arguments = "--configuration", "Linux", "-verbose", "-parallel", "none"
|
||||
try {
|
||||
Push-Location $PSScriptRoot/test/csharp
|
||||
# Path manipulation to obtain test project output directory
|
||||
|
Loading…
Reference in New Issue
Block a user