Skip to content

Commit

Permalink
Added code to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Oct 4, 2019
1 parent 5bb52a8 commit 13f6896
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Stryker.data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"solutionPath": "D:\\Source\\SolutionFolder\\MySolution.sln",
"jsonReportsPath": "D:\\Source\\Stryker.Test\\Output\\",
"projectsToTest": [
{
"csProjPath":"D:\\Source\\SolutionFolder\\src\\ProjectFolder-A\\project.csproj",
"testPath":"D:\\Source\\SolutionFolder\\test\\ProjectFolder-A-UnitTests\\"
},
{
"csProjPath":"D:\\Source\\SolutionFolder\\src\\ProjectFolder-B\\project.csproj",
"testPath":"D:\\Source\\SolutionFolder\\test\\ProjectFolder-B-UnitTests\\"
},
{
"csProjPath":"D:\\Source\\SolutionFolder\\src\\ProjectFolder-C\\project.csproj",
"testPath":"D:\\Source\\SolutionFolder\\test\\ProjectFolder-C-UnitTests\\"
}
]
}

0 comments on commit 13f6896

Please sign in to comment.