Skip to content

Commit 9b6fb49

Browse files
committed
Merge remote-tracking branch 'origin/main' into microbuild
2 parents 142a3e6 + 81a01d8 commit 9b6fb49

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,6 @@ MigrationBackup/
358358

359359
# Analysis results
360360
*.sarif
361+
362+
# C# Dev Kit cache files
363+
*.lscache

tools/Download-NuGetPackage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (!(Test-Path $OutputDirectory)) { New-Item -ItemType Directory -Path $OutputD
3737
$OutputDirectory = (Resolve-Path $OutputDirectory).Path
3838
$ConfigFile = (Resolve-Path $ConfigFile).Path
3939

40-
$packageIdLower = $PackageId.ToLower()
40+
$packageIdLower = $PackageId.ToLowerInvariant()
4141
$packageRoot = Join-Path $OutputDirectory $packageIdLower
4242

4343
if ($Version) {

0 commit comments

Comments
 (0)