We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ed582 commit e62e0e7Copy full SHA for e62e0e7
1 file changed
tools/Get-NuGetTool.ps1
@@ -15,7 +15,7 @@ function Test-NuGetExecutableSignature {
15
[string]$Path
16
)
17
18
- if (!(Test-Path $Path)) {
+ if (!(Test-Path -LiteralPath $Path)) {
19
return $false
20
}
21
0 commit comments