We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 142a3e6 + 81a01d8 commit 9b6fb49Copy full SHA for 9b6fb49
2 files changed
.gitignore
@@ -358,3 +358,6 @@ MigrationBackup/
358
359
# Analysis results
360
*.sarif
361
+
362
+# C# Dev Kit cache files
363
+*.lscache
tools/Download-NuGetPackage.ps1
@@ -37,7 +37,7 @@ if (!(Test-Path $OutputDirectory)) { New-Item -ItemType Directory -Path $OutputD
37
$OutputDirectory = (Resolve-Path $OutputDirectory).Path
38
$ConfigFile = (Resolve-Path $ConfigFile).Path
39
40
-$packageIdLower = $PackageId.ToLower()
+$packageIdLower = $PackageId.ToLowerInvariant()
41
$packageRoot = Join-Path $OutputDirectory $packageIdLower
42
43
if ($Version) {
0 commit comments