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 aa6e9af commit 61dc5a9Copy full SHA for 61dc5a9
scripts/ConfigureEvaluationTests.ps1
@@ -31,7 +31,7 @@ if ($Configure -and $Unconfigure) {
31
Exit 1
32
}
33
34
-if (!(Test-Path $ConfigRoot)) {
+if (-not $ConfigRoot -or -not (Test-Path $ConfigRoot)) {
35
$ConfigRoot = "$HOME/.config/dotnet-extensions"
36
37
0 commit comments