-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
Description
Presuming:
Windows 2012
Current directory is E:\MSBuild\project
SonarQube.Scanner.MSBuild.exe is in another directory which is in the %PATH%.
SonarQube.Scanner.MSBuild.exe begin /k:key /n:name /v:1.0 /s:E:\MSBuild\project\SettingsFile.xml -- succeeds.
SonarQube.Scanner.MSBuild.exe begin /k:key /n:name /v:1.0 /s:SettingsFile.xml -- causes error:
SonarQube Scanner for MSBuild 4.0.2
Loading analysis properties from SettingsFile.xml
Pre-processing started.
Preparing working directories...
Unable to find the SonarQube analysis settings file 'SettingsFile.xml'.
Please fix the path to this settings file.
chris5287, felipecruz91, sp-ivan-hernandez, aslheyrr, lkts and 4 more