Skip to content

Commit 445ec38

Browse files
scripts: remove xunit.runner.json
1 parent 07eb426 commit 445ec38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/add-practice-exercise.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ $project.Project.ItemGroup[1].SelectSingleNode("PackageReference[@Include='xunit
4545
$project.Save($projectFile)
4646

4747
# Remove and update files
48+
Remove-Item -Path "${exerciseDir}/xunit.runner.json"
4849
Remove-Item -Path "${exerciseDir}/UnitTest1.cs"
4950
(Get-Content -Path ".editorconfig") -Replace "\[\*\.cs\]", "[${exerciseName}.cs]" | Set-Content -Path "${exerciseDir}/.editorconfig"
5051

0 commit comments

Comments
 (0)