We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79492ca commit eefe555Copy full SHA for eefe555
1 file changed
scripts/main.ps1
@@ -5,6 +5,7 @@ $codePath = Resolve-Path -Path $path | Select-Object -ExpandProperty Path
5
6
Write-Host "Looking for settings file under $($pwd.Path)"
7
$tmpSettingsFilePath = Join-Path -Path $pwd.Path -ChildPath $env:PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_SettingsFilePath
8
+Write-Host "Checking: $tmpSettingsFilePath"
9
$settingsFileExists = Test-Path -Path $tmpSettingsFilePath
10
if ($settingsFileExists) {
11
$settingsFilePath = $tmpSettingsFilePath
0 commit comments