We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ce079 commit 8729d74Copy full SHA for 8729d74
bin/add-practice-exercise.ps1
@@ -47,7 +47,7 @@ Remove-Item -Path "${exerciseDir}/UnitTest1.cs"
47
(Get-Content -Path ".editorconfig") -Replace "\[\*\.cs\]", "[${exerciseName}.cs]" | Set-Content -Path "${exerciseDir}/.editorconfig"
48
49
# Create new generator template and run generator (this will update the tests file)
50
-bin\update-tests.ps1 -e $Exercise -new
+bin/update-tests.ps1 -e $Exercise -new
51
52
# Output the next steps
53
$files = Get-Content "exercises/practice/${Exercise}/.meta/config.json" | ConvertFrom-Json | Select-Object -ExpandProperty files
0 commit comments