Skip to content

Commit b7b9527

Browse files
Fix the casing of the correct variable this time
1 parent 0f4841c commit b7b9527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ClassExplorer.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function GetArtifactPath {
5252
}
5353

5454
# dotnet always uses lower case for the path now for some reason
55-
$target = $target.ToLowerInvariant()
55+
$config = $config.ToLowerInvariant()
5656
if (-not $FileName) {
5757
return "./artifacts/publish/$moduleName/${config}_${target}"
5858
}

0 commit comments

Comments
 (0)