Index: build/SonarQube/MSBuild.SonarQube.Runner.exe =================================================================== diff -u Binary files differ Index: build/SonarQube/Microsoft.VisualStudio.Setup.Configuration.Interop.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/Newtonsoft.Json.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/SonarQube.Analysis.xml =================================================================== diff -u --- build/SonarQube/SonarQube.Analysis.xml (revision 0) +++ build/SonarQube/SonarQube.Analysis.xml (revision 90ec6a4d13baa05ce10a22c158f1cf976dfd3773) @@ -0,0 +1,35 @@ + + + + + + + + + + Index: build/SonarQube/SonarQube.Scanner.MSBuild.exe =================================================================== diff -u Binary files differ Index: build/SonarQube/SonarScanner.MSBuild.Common.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/SonarScanner.MSBuild.PostProcessor.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/SonarScanner.MSBuild.PreProcessor.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/SonarScanner.MSBuild.Shim.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/SonarScanner.MSBuild.TFS.Classic.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/SonarScanner.MSBuild.TFS.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/SonarScanner.MSBuild.Tasks.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/SonarScanner.MSBuild.exe =================================================================== diff -u Binary files differ Index: build/SonarQube/System.ValueTuple.dll =================================================================== diff -u Binary files differ Index: build/SonarQube/Targets/SonarQube.Integration.ImportBefore.targets =================================================================== diff -u --- build/SonarQube/Targets/SonarQube.Integration.ImportBefore.targets (revision 0) +++ build/SonarQube/Targets/SonarQube.Integration.ImportBefore.targets (revision 90ec6a4d13baa05ce10a22c158f1cf976dfd3773) @@ -0,0 +1,66 @@ + + + + + + + + $(TF_BUILD_BUILDDIRECTORY) + + $(AGENT_BUILDDIRECTORY) + + $(MSBuildStartupDirectory) + + $(SonarQubeBuildDirectory)\.sonarqube + + + + + + + + $(SonarQubeTempPath)\bin\targets + + + + + + + $(SonarQubeTargetsPath)\SonarQube.Integration.targets + + + + + + + + + + true + true + + + + + + + + + + + + + + + Index: build/SonarQube/Targets/SonarQube.Integration.targets =================================================================== diff -u --- build/SonarQube/Targets/SonarQube.Integration.targets (revision 0) +++ build/SonarQube/Targets/SonarQube.Integration.targets (revision 90ec6a4d13baa05ce10a22c158f1cf976dfd3773) @@ -0,0 +1,460 @@ + + + + + + + + + + + + + true + + + + + $(SonarQubeTempPath)\conf + $(SonarQubeTempPath)\out + + + AndroidEnvironment;AndroidJavaSource;AndroidResource;Build;ClCompile;ClInclude;Compile;Content;DeploymentExtensionConfiguration;EmbeddedResource;EntityDeploy;None;PostDeploy;PRIResource;PreDeploy;RefactorLog;Resource;Script;ScriptCode;TypeScriptCompile;$(SQAdditionalAnalysisFileItemTypes) + + + + + + + + $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), SonarScanner.MSBuild.Tasks.dll))\SonarScanner.MSBuild.Tasks.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + true + true + + + + + + + + true + true + true + + + + true + + + + + 3AC096D0-A1C2-E12C-1390-A8335801FDAB + true + + + + + + + + + + + + + + + + + + + + + + + + + $([System.IO.Path]::Combine($(MSBuildProjectDirectory),$(BaseIntermediateOutputPath))) + + + + + + + + + + + + true + + + + + + + + + + + + + + + $(SonarQubeConfigPath)\$(UniqueName) + + + + + + + + + + + + + + $(ProjectSpecificOutDir)\FilesToAnalyze.txt + + + + + + + + + FilesToAnalyze + + + + + + + + + + + + + + + cs + vbnet + + + + + + + + + + + true + + + false + + + + 4 + + + + + + + + + + + + + + + + + + + + + + + $(TargetDir)$(TargetFileName).RoslynCA.json + $(SonarCompileErrorLog) + + + + $(SQRuleSetFilePath) + $(ProjectSpecificConfDir)\ProjectOutFolderPath.txt + + + + + + + + + + + + + + + + + + + + + + $(TargetDir)$(TargetName)$(RazorTargetNameSuffix)$(TargetExt).RoslynCA.json + $(RazorSonarCompileErrorLog) + + + + + + + + + + + + + + + @(SonarReportFilePath->'%(identity)','|') + + + $(ProjectSpecificOutDir) + + + + + + + + Index: build/SonarQube/sonar-scanner-3.2.0.1227/conf/sonar-scanner.properties =================================================================== diff -u --- build/SonarQube/sonar-scanner-3.2.0.1227/conf/sonar-scanner.properties (revision 0) +++ build/SonarQube/sonar-scanner-3.2.0.1227/conf/sonar-scanner.properties (revision 90ec6a4d13baa05ce10a22c158f1cf976dfd3773) @@ -0,0 +1,9 @@ +#Configure here general information about the environment, such as SonarQube server connection details for example +#No information about specific project should appear here + +#----- Default SonarQube server +#sonar.host.url=http://localhost:9000 + +#----- Default source code encoding +#sonar.sourceEncoding=UTF-8 + Index: build/SonarQube/sonar-scanner-3.2.0.1227/lib/sonar-scanner-cli-3.2.0.1227.jar =================================================================== diff -u Binary files differ