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 31cf828 commit d5f9ba0Copy full SHA for d5f9ba0
nuget/updater/main.ps1
@@ -29,7 +29,7 @@ function Get-Files {
29
$script:operationExitCode = $LASTEXITCODE
30
}
31
32
- if ($script:operationExitCode -eq 0 && "$env:DEPENDABOT_CASE_INSENSITIVE_REPO_CONTENTS_PATH" -eq "") {
+ if (($script:operationExitCode -eq 0) -and ("$env:DEPENDABOT_CASE_INSENSITIVE_REPO_CONTENTS_PATH" -eq "")) {
33
# this only makes sense if the native clone operation succeeded and we're not running in case-insensitive mode
34
Repair-FileCasing
35
0 commit comments