Skip to content

Commit

Permalink
Updated stryker command
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthak4allworks committed May 15, 2022
1 parent 738ea54 commit 3eaf9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Run Stryker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function RunForOneAssembly ($csprojPath, $testPath, $solutionPath, $outputPath)
Set-Location $testPath

Write-Host "Calling Stryker"
dotnet stryker --project-file "$csprojPath" --solution-path $solutionPath --reporters "['json', 'progress']"
dotnet stryker --project "$csprojPath" --solution $solutionPath --reporter "json" --reporter "progress"

if( -not $? ){
Write-Host "Error in running Stryker, exiting the script"
Expand Down

0 comments on commit 3eaf9d5

Please sign in to comment.