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 48985a8 commit 07eb426Copy full SHA for 07eb426
bin/add-practice-exercise.ps1
@@ -34,7 +34,7 @@ $exerciseDir = "exercises/practice/${Exercise}"
34
$projectFile = "${exerciseDir}/${ExerciseName}.csproj"
35
& dotnet new install xunit.v3.templates
36
& dotnet new xunit3 --force --output $exerciseDir --name $ExerciseName
37
-& dotnet sln exercises/Exercises.sln add $project
+& dotnet sln exercises/Exercises.sln add $projectFile
38
39
[xml]$project = Get-Content $projectFile
40
$project.Project.PropertyGroup.RemoveChild($project.Project.PropertyGroup.SelectSingleNode("//comment()"))
0 commit comments