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 bc1e4f1 commit 543aa8fCopy full SHA for 543aa8f
integration-test/common.ps1
@@ -85,7 +85,7 @@ BeforeAll {
85
}
86
87
# We need to remove the package from cache or it won't re resolved properly
88
- Remove-Item -Path ~/.nuget/packages/$name/$packageVersion -Recurse -Force -ErrorAction SilentlyContinue
+ Remove-Item -Path ~/.nuget/packages/$($name.ToLower())/$packageVersion -Recurse -Force -ErrorAction SilentlyContinue
89
90
91
Remove-Item -Path "$PSScriptRoot/packages" -Recurse -Force -ErrorAction SilentlyContinue
0 commit comments