SonarQube Azure Devops Extension

Using the Azure Devops plugin for Sonarqube, i followed the documentation but am running into errors: on the run code Analysis:

The SonarScanner for MSBuild integration failed: SonarQube was unable to collect the required information about your projects.
Possible causes:

  1. The project has not been built - the project must be built in between the begin and end steps
  2. An unsupported version of MSBuild has been used to build the project. Currently MSBuild 14.0.25420.1 and higher are supported.
  3. The begin, build and end steps have not all been launched from the same folder
  4. None of the analyzed projects have a valid ProjectGuid and you have not used a solution (.sln)

Verified version of msbuild is > 14, project order is correct, and project has a valid GUID.

Hey there.

Can you share how your pipeline is configured? Such as the Azure DevOps Pipeline YML.

pool:

name: Default

demands:

  • msbuild

  • java

steps:

  • task: sonarsource.sonarqube.15B84CA1-B62F-4A2A-A403-89B77A063157.SonarQubePrepare@5

    displayName: ‘Prepare analysis on SonarQube’

    inputs:

    SonarQube: ‘APP_CSI’

    projectKey: ‘APP_CSI_APP_CSI_AYdwq3mLDP8W4QT8sYbH’

    projectName: ‘APP_CSI’

  • task: NuGetToolInstaller@1

    displayName: 'Use NuGet ’

  • task: MSBuild@1

    displayName: ‘Build solution CSI.sln’

    inputs:

    solution: CSI.sln

    platform: ‘any cpu’

    configuration: debug

  • task: sonarsource.sonarqube.6D01813A-9589-4B15-8491-8164AEB38055.SonarQubeAnalyze@5

    displayName: ‘Run Code Analysis’

  • task: sonarsource.sonarqube.291ed61f-1ee4-45d3-b1b0-bf822d9095ef.SonarQubePublish@5

    displayName: ‘Publish Quality Gate Result’

##[debug]Evaluating condition for step: 'Run Code Analysis'
##[debug]Evaluating: succeeded()
##[debug]Evaluating succeeded:
##[debug]=> True
##[debug]Result: True
Starting: Run Code Analysis
==============================================================================
Task         : Run Code Analysis
Description  : Run scanner and upload the results to the SonarQube server.
Version      : 5.12.0
Author       : sonarsource
Help         : Version: 5.12.0. This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

[More Information](http://redirect.sonarsource.com/doc/install-configure-scanner-tfs-ts.html)
==============================================================================
##[debug]Using node path: C:\agent\externals\node10\bin\node.exe
##[debug]agent.TempDirectory=C:\agent\_work\_temp
##[debug]loading inputs and endpoints
##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
##[debug]loading SECRET_SONARQUBE_ENDPOINT
##[debug]loaded 4
##[debug]Agent.ProxyUrl=undefined
##[debug]Agent.CAInfo=undefined
##[debug]Agent.ClientCert=undefined
##[debug]Agent.SkipCertValidation=undefined
##[debug]SONARQUBE_SCANNER_MODE=MSBuild
##[debug]JAVA_HOME=undefined
##[debug]JAVA_HOME_11_X64=undefined
##[debug]SONARQUBE_SCANNER_PARAMS={"sonar.host.url":"http://nwinsonarqapp01.advs.aidvantage.com:9000/","sonar.login":***,"sonar.projectKey":"APP_CSI_APP_CSI_AYdwq3mLDP8W4QT8sYbH","sonar.projectName":"APP_CSI","sonar.projectVersion":"1.0","sonar.scanner.metadataFilePath":"C:\\agent\\_work\\_temp\\sonar\\1057\\5ff9a020-44e6-33bb-2785-99c563973b76\\report-task.txt"}
##[debug]SONARQUBE_ENDPOINT=***
##[debug]set SONARQUBE_SCANNER_PARAMS={"sonar.host.url":"http://nwinsonarqapp01.advs.aidvantage.com:9000/","sonar.login":***,"sonar.projectKey":"APP_CSI_APP_CSI_AYdwq3mLDP8W4QT8sYbH","sonar.projectName":"APP_CSI","sonar.projectVersion":"1.0","sonar.scanner.metadataFilePath":"C:\\agent\\_work\\_temp\\sonar\\1057\\5ff9a020-44e6-33bb-2785-99c563973b76\\report-task.txt"}
##[debug]Processed: ##vso[task.setvariable variable=SONARQUBE_SCANNER_PARAMS;isOutput=false;issecret=false;]{"sonar.host.url":"http://nwinsonarqapp01.advs.aidvantage.com:9000/","sonar.login":***,"sonar.projectKey":"APP_CSI_APP_CSI_AYdwq3mLDP8W4QT8sYbH","sonar.projectName":"APP_CSI","sonar.projectVersion":"1.0","sonar.scanner.metadataFilePath":"C:\\agent\\_work\\_temp\\sonar\\1057\\5ff9a020-44e6-33bb-2785-99c563973b76\\report-task.txt"}
##[debug]SONARQUBE_SCANNER_MSBUILD_EXE=C:\agent\_work\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\5.12.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe
##[debug]which 'C:\agent\_work\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\5.12.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe'
##[debug]found: 'C:\agent\_work\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\5.12.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe'
##[debug]C:\agent\_work\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\5.12.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe arg: end
  1. The project has not been built - the project must be built in between the begin and end steps
  2. An unsupported version of MSBuild has been used to build the project. Currently MSBuild 14.0.25420.1 and higher are supported.
  3. The begin, build and end steps have not all been launched from the same folder
  4. None of the analyzed projects have a valid ProjectGuid and you have not used a solution (.sln)

I think the logs of task: MSBuild@1 will be revealing here.

    ##[debug] MSBuildLocation: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
    ##[debug] MSBuildArguments: ' /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"'
    ##[debug] Clean: 'False'
    ##[debug] NoTimelineLogger: 'True'
    ##[debug] CreateLogFile: 'True'
    ##[debug] LogFileVerbosity: 'diagnostic'
    ##[debug]Entering Invoke-MSBuild.
    ##[debug] ProjectFile: 'C:\agent\_work\52\s\CSI.sln'
    ##[debug] MSBuildPath: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
    ##[debug] AdditionalArguments: ' /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"'
    ##[debug] NoTimelineLogger: 'True'
    ##[debug] LogFileVerbosity: 'diagnostic'
    ##[debug] LogFile: 'C:\agent\_work\52\s\CSI.sln.log'
    ##[debug]Asserting leaf path exists: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
    ##[debug]Asserting leaf path exists: 'C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll'
    ##[debug]Entering Invoke-VstsTool.
    ##[debug] FileName: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
    ##[debug] Arguments: '"C:\agent\_work\52\s\CSI.sln" /nologo /nr:false /fl /flp:"logfile=C:\agent\_work\52\s\CSI.sln.log;verbosity=diagnostic" /dl:CentralLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll";"RootDetailId=|SolutionDir=C:\agent\_work\52\s"*ForwardingLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"  /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"'
    ##[debug] RequireExitCodeZero: 'True'
    "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" "C:\agent\_work\52\s\CSI.sln" /nologo /nr:false /fl /flp:"logfile=C:\agent\_work\52\s\CSI.sln.log;verbosity=diagnostic" /dl:CentralLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll";"RootDetailId=|SolutionDir=C:\agent\_work\52\s"*ForwardingLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"  /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"
    Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
    Build started 4/13/2023 11:09:49 AM.
    Project "C:\agent\_work\52\s\CSI.sln" on node 1 (default targets).
    ValidateSolutionConfiguration:
      Building solution configuration "debug|any cpu".
    Project "C:\agent\_work\52\s\CSI.sln" (1) is building "C:\agent\_work\52\s\CSI.metaproj" (2) on node 1 (default targets).
    Build:
      Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\Microsoft.Scripting.Metadata.dll" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.Scripting.Metadata.dll".
      Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\IronRuby.dll" to "C:\agent\_work\52\s\CSI\Bin\IronRuby.dll".
      Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\Microsoft.Dynamic.dll" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.Dynamic.dll".
      Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\Microsoft.Scripting.dll" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.Scripting.dll".
      Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\IronRuby.Libraries.dll" to "C:\agent\_work\52\s\CSI\Bin\IronRuby.Libraries.dll".
      Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\IronRuby.Libraries.Yaml.dll" to "C:\agent\_work\52\s\CSI\Bin\IronRuby.Libraries.Yaml.dll".
      Copying file from "C:\agent\_work\52\s\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll".
      Copying file from "C:\agent\_work\52\s\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml".
      Copying file from "C:\agent\_work\52\s\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll" to "C:\agent\_work\52\s\CSI\Bin\Newtonsoft.Json.dll".
      Copying file from "C:\agent\_work\52\s\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.xml" to "C:\agent\_work\52\s\CSI\Bin\Newtonsoft.Json.xml".
      Copying file from "C:\agent\_work\52\s\packages\RestSharp.106.12.0\lib\net452\RestSharp.dll" to "C:\agent\_work\52\s\CSI\Bin\RestSharp.dll".
        0 Warning(s)
        0 Error(s)

    Time Elapsed 00:00:14.75
    ##[debug]Exit code: 0
    ##[debug]Leaving Invoke-VstsTool.
    ##[debug]Processed: ##vso[task.uploadfile]C:\agent\_work\52\s\CSI.sln.log

It looks like ou aren’t perfroming a clean build and thus no actual compilation is happening. Can you try a clean build?

Of course, but it doesn’t change the outcome

##[debug]Evaluating condition for step: 'Build solution CSI.sln'
##[debug]Evaluating: succeeded()
##[debug]Evaluating succeeded:
##[debug]=> True
##[debug]Result: True
Starting: Build solution CSI.sln
==============================================================================
Task         : MSBuild
Description  : Build with MSBuild
Version      : 1.179.0
Author       : Microsoft Corporation
Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/build/msbuild
==============================================================================
##[debug]VstsTaskSdk 0.8.2 commit 
##[debug]Entering C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\MSBuild.ps1.
##[debug]Loading resource strings from: C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\Task.json
##[debug]Loaded 3 strings.
##[debug]SYSTEM_CULTURE: 'en-US'
##[debug]Loading resource strings from: C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\Strings\resources.resjson\en-US\resources.resjson
##[debug]Loaded 3 strings.
##[debug]SYSTEM_DEBUG: 'true'
##[debug] Converted to bool: True
##[debug]INPUT_MSBUILDLOCATIONMETHOD: 'version'
##[debug]INPUT_MSBUILDLOCATION: 'C:\agent\_work\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\5.12.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe'
##[debug]INPUT_MSBUILDARGUMENTS (empty)
##[debug]INPUT_SOLUTION: 'C:\agent\_work\52\s\CSI.sln'
##[debug]INPUT_PLATFORM: 'any cpu'
##[debug]INPUT_CONFIGURATION: 'debug'
##[debug]INPUT_CLEAN: 'true'
##[debug] Converted to bool: True
##[debug]INPUT_MAXIMUMCPUCOUNT: 'false'
##[debug] Converted to bool: False
##[debug]INPUT_RESTORENUGETPACKAGES: 'false'
##[debug] Converted to bool: False
##[debug]INPUT_LOGPROJECTEVENTS: 'false'
##[debug] Converted to bool: False
##[debug]INPUT_CREATELOGFILE: 'false'
##[debug] Converted to bool: False
##[debug]Leaving Invoke-MSBuild.
##[debug]Leaving Invoke-BuildTools.
##[debug]Leaving C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\MSBuild.ps1.
Finishing: Build solution CSI.sln

Is there an actual compilation of files that takes place? All I see from the previous logs is copying items.

2023-04-17T12:54:54.5915987Z ##[debug]Evaluating condition for step: 'Build solution CSI.sln'
2023-04-17T12:54:54.5918064Z ##[debug]Evaluating: succeeded()
2023-04-17T12:54:54.5918540Z ##[debug]Evaluating succeeded:
2023-04-17T12:54:54.5919677Z ##[debug]=> True
2023-04-17T12:54:54.5920218Z ##[debug]Result: True
2023-04-17T12:54:54.5920801Z ##[section]Starting: Build solution CSI.sln
2023-04-17T12:54:54.6162452Z ==============================================================================
2023-04-17T12:54:54.6162757Z Task         : MSBuild
2023-04-17T12:54:54.6162948Z Description  : Build with MSBuild
2023-04-17T12:54:54.6163138Z Version      : 1.179.0
2023-04-17T12:54:54.6163327Z Author       : Microsoft Corporation
2023-04-17T12:54:54.6163609Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/build/msbuild
2023-04-17T12:54:54.6163928Z ==============================================================================
2023-04-17T12:54:56.0338959Z ##[debug]VstsTaskSdk 0.8.2 commit 
2023-04-17T12:54:56.1774214Z ##[debug]Entering C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\MSBuild.ps1.
2023-04-17T12:54:56.1879060Z ##[debug]Loading resource strings from: C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\Task.json
2023-04-17T12:54:56.1999012Z ##[debug]Loaded 3 strings.
2023-04-17T12:54:56.2043958Z ##[debug]SYSTEM_CULTURE: 'en-US'
2023-04-17T12:54:56.2074618Z ##[debug]Loading resource strings from: C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\Strings\resources.resjson\en-US\resources.resjson
2023-04-17T12:54:56.2226363Z ##[debug]Loaded 3 strings.
2023-04-17T12:54:56.2287360Z ##[debug]SYSTEM_DEBUG: 'true'
2023-04-17T12:54:56.2329085Z ##[debug] Converted to bool: True
2023-04-17T12:54:56.2568697Z ##[debug]INPUT_MSBUILDLOCATIONMETHOD: 'version'
2023-04-17T12:54:56.2598221Z ##[debug]INPUT_MSBUILDLOCATION: 'C:\agent\_work\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\5.12.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe'
2023-04-17T12:54:56.2627042Z ##[debug]INPUT_MSBUILDARGUMENTS (empty)
2023-04-17T12:54:56.2682432Z ##[debug]INPUT_SOLUTION: 'C:\agent\_work\52\s\CSI.sln'
2023-04-17T12:54:56.2708692Z ##[debug]INPUT_PLATFORM: 'any cpu'
2023-04-17T12:54:56.2731156Z ##[debug]INPUT_CONFIGURATION: 'debug'
2023-04-17T12:54:56.2753368Z ##[debug]INPUT_CLEAN: 'true'
2023-04-17T12:54:56.2770337Z ##[debug] Converted to bool: True
2023-04-17T12:54:56.2792587Z ##[debug]INPUT_MAXIMUMCPUCOUNT: 'false'
2023-04-17T12:54:56.2809674Z ##[debug] Converted to bool: False
2023-04-17T12:54:56.2831663Z ##[debug]INPUT_RESTORENUGETPACKAGES: 'false'
2023-04-17T12:54:56.2849164Z ##[debug] Converted to bool: False
2023-04-17T12:54:56.2871894Z ##[debug]INPUT_LOGPROJECTEVENTS: 'false'
2023-04-17T12:54:56.2890321Z ##[debug] Converted to bool: False
2023-04-17T12:54:56.2916241Z ##[debug]INPUT_CREATELOGFILE: 'false'
2023-04-17T12:54:56.2937274Z ##[debug] Converted to bool: False
2023-04-17T12:54:56.2963882Z ##[debug]INPUT_MSBUILDVERSION: 'latest'
2023-04-17T12:54:56.2990578Z ##[debug]INPUT_MSBUILDARCHITECTURE: 'x86'
2023-04-17T12:54:56.3021550Z ##[debug]Loading module from path 'C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\MSBuildHelpers.psm1'.
2023-04-17T12:54:56.3614948Z ##[debug]Loading resource strings from: C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\module.json
2023-04-17T12:54:56.3804717Z ##[debug]Loaded 9 strings.
2023-04-17T12:54:56.3836138Z ##[debug]SYSTEM_CULTURE: 'en-US'
2023-04-17T12:54:56.3863604Z ##[debug]Loading resource strings from: C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Strings\resources.resjson\en-US\resources.resjson
2023-04-17T12:54:56.5328818Z ##[debug]Loaded 9 strings.
2023-04-17T12:54:56.6361525Z ##[debug]Exporting function 'Format-MSBuildArguments'.
2023-04-17T12:54:56.6378980Z ##[debug]Exporting function 'Invoke-BuildTools'.
2023-04-17T12:54:56.6396300Z ##[debug]Exporting function 'Get-MSBuildPath'.
2023-04-17T12:54:56.6413399Z ##[debug]Exporting function 'Get-SolutionFiles'.
2023-04-17T12:54:56.6429853Z ##[debug]Exporting function 'Get-VisualStudio'.
2023-04-17T12:54:56.6446210Z ##[debug]Exporting function 'Select-MSBuildPath'.
2023-04-17T12:54:56.6468560Z ##[debug]Importing function 'Format-MSBuildArguments'.
2023-04-17T12:54:56.6484984Z ##[debug]Importing function 'Get-MSBuildPath'.
2023-04-17T12:54:56.6501948Z ##[debug]Importing function 'Get-SolutionFiles'.
2023-04-17T12:54:56.6519267Z ##[debug]Importing function 'Get-VisualStudio'.
2023-04-17T12:54:56.6535752Z ##[debug]Importing function 'Invoke-BuildTools'.
2023-04-17T12:54:56.6552005Z ##[debug]Importing function 'Select-MSBuildPath'.
2023-04-17T12:54:56.6639332Z ##[debug]Entering Get-SolutionFiles.
2023-04-17T12:54:56.6749594Z ##[debug] Solution: 'C:\agent\_work\52\s\CSI.sln'
2023-04-17T12:54:56.6792035Z ##[debug]Leaving Get-SolutionFiles.
2023-04-17T12:54:56.6933049Z ##[debug]Entering Format-MSBuildArguments.
2023-04-17T12:54:56.6952532Z ##[debug] MSBuildArguments: ''
2023-04-17T12:54:56.6970342Z ##[debug] Platform: 'any cpu'
2023-04-17T12:54:56.6987494Z ##[debug] Configuration: 'debug'
2023-04-17T12:54:56.7037038Z ##[debug] MaximumCpuCount: 'False'
2023-04-17T12:54:56.7190285Z ##[debug]AZURE_HTTP_USER_AGENT: 'TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0'
2023-04-17T12:54:56.7219075Z ##[debug]Leaving Format-MSBuildArguments.
2023-04-17T12:54:56.7274948Z ##[debug]Entering Select-MSBuildPath.
2023-04-17T12:54:56.7293626Z ##[debug] Method: 'version'
2023-04-17T12:54:56.7311629Z ##[debug] Location: 'C:\agent\_work\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\5.12.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe'
2023-04-17T12:54:56.7328899Z ##[debug] PreferredVersion: 'latest'
2023-04-17T12:54:56.7345636Z ##[debug] Architecture: 'x86'
2023-04-17T12:54:56.7679038Z ##[debug]Entering Get-MSBuildPath.
2023-04-17T12:54:56.7698859Z ##[debug] Version: '16.0'
2023-04-17T12:54:56.7716238Z ##[debug] Architecture: 'x86'
2023-04-17T12:54:56.7783618Z ##[debug]Entering Get-VisualStudio.
2023-04-17T12:54:56.7801131Z ##[debug] MajorVersion: '16'
2023-04-17T12:54:56.7834887Z ##[debug]Getting latest Visual Studio 16 setup instance.
2023-04-17T12:54:56.7960636Z ##[debug]Entering Invoke-VstsTool.
2023-04-17T12:54:56.7983026Z ##[debug] FileName: 'C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\vswhere.exe'
2023-04-17T12:54:56.8000454Z ##[debug] Arguments: '-version [16.0,17.0) -latest -format json'
2023-04-17T12:54:56.8018315Z ##[debug] RequireExitCodeZero: 'True'
2023-04-17T12:54:56.8043815Z ##[command]"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\vswhere.exe" -version [16.0,17.0) -latest -format json
2023-04-17T12:54:56.9336812Z ##[debug][
2023-04-17T12:54:56.9379782Z ##[debug]  {
2023-04-17T12:54:56.9398309Z ##[debug]    "instanceId": "2e3d3285",
2023-04-17T12:54:56.9416381Z ##[debug]    "installDate": "2022-05-25T15:45:14Z",
2023-04-17T12:54:56.9433666Z ##[debug]    "installationName": "VisualStudio/16.11.15+32510.428",
2023-04-17T12:54:56.9452736Z ##[debug]    "installationPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional",
2023-04-17T12:54:56.9469692Z ##[debug]    "installationVersion": "16.11.32510.428",
2023-04-17T12:54:56.9487275Z ##[debug]    "displayName": "Visual Studio Professional 2019",
2023-04-17T12:54:56.9504222Z ##[debug]    "description": "Professional IDE best suited to small teams",
2023-04-17T12:54:56.9521648Z ##[debug]    "updateDate": "2022-05-25T16:17:29.1770692Z",
2023-04-17T12:54:56.9539156Z ##[debug]    "enginePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\resources\\app\\ServiceHub\\Services\\Microsoft.VisualStudio.Setup.Service",
2023-04-17T12:54:56.9556302Z ##[debug]    "channelId": "VisualStudio.16.Release",
2023-04-17T12:54:56.9573532Z ##[debug]    "channelUri": "https://aka.ms/vs/16/release/channel",
2023-04-17T12:54:56.9591212Z ##[debug]    "installChannelUri": "https://aka.ms/vs/16/release/728850669_229474445/channel",
2023-04-17T12:54:56.9609084Z ##[debug]    "installedChannelUri": "https://aka.ms/vs/16/release/channel",
2023-04-17T12:54:56.9626441Z ##[debug]    "releaseNotes": "https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-v16.11#16.11.15",
2023-04-17T12:54:56.9643446Z ##[debug]    "thirdPartyNotices": "https://go.microsoft.com/fwlink/?LinkId=660909"
2023-04-17T12:54:56.9660630Z ##[debug]  }
2023-04-17T12:54:56.9678021Z ##[debug]]
2023-04-17T12:54:56.9696887Z ##[debug]Exit code: 0
2023-04-17T12:54:56.9716899Z ##[debug]Leaving Invoke-VstsTool.
2023-04-17T12:54:56.9827074Z ##[debug]Leaving Get-VisualStudio.
2023-04-17T12:54:56.9862673Z ##[debug]Loading C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Utilities.Core.dll
2023-04-17T12:54:57.1057344Z ##[debug]MSBuild: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe
2023-04-17T12:54:57.1076131Z ##[debug]Leaving Get-MSBuildPath.
2023-04-17T12:54:57.1095415Z ##[debug]Leaving Select-MSBuildPath.
2023-04-17T12:54:57.1190970Z ##[debug]Entering Invoke-BuildTools.
2023-04-17T12:54:57.1208048Z ##[debug] NuGetRestore: 'False'
2023-04-17T12:54:57.1226015Z ##[debug] SolutionFiles: 'C:\agent\_work\52\s\CSI.sln'
2023-04-17T12:54:57.1243647Z ##[debug] MSBuildLocation: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
2023-04-17T12:54:57.1262014Z ##[debug] MSBuildArguments: ' /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"'
2023-04-17T12:54:57.1280573Z ##[debug] Clean: 'True'
2023-04-17T12:54:57.1297582Z ##[debug] NoTimelineLogger: 'True'
2023-04-17T12:54:57.1314409Z ##[debug] CreateLogFile: 'True'
2023-04-17T12:54:57.1334151Z ##[debug] LogFileVerbosity: 'diagnostic'
2023-04-17T12:54:57.1535474Z ##[debug]Entering Invoke-MSBuild.
2023-04-17T12:54:57.1553554Z ##[debug] ProjectFile: 'C:\agent\_work\52\s\CSI.sln'
2023-04-17T12:54:57.1571156Z ##[debug] Targets: 'Clean'
2023-04-17T12:54:57.1588139Z ##[debug] MSBuildPath: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
2023-04-17T12:54:57.1604689Z ##[debug] AdditionalArguments: ' /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"'
2023-04-17T12:54:57.1621567Z ##[debug] NoTimelineLogger: 'True'
2023-04-17T12:54:57.1639338Z ##[debug] LogFileVerbosity: 'diagnostic'
2023-04-17T12:54:57.1656440Z ##[debug] LogFile: 'C:\agent\_work\52\s\CSI.sln-clean.log'
2023-04-17T12:54:57.1796415Z ##[debug]Asserting leaf path exists: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
2023-04-17T12:54:57.1826048Z ##[debug]Asserting leaf path exists: 'C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll'
2023-04-17T12:54:57.1854599Z ##[debug]Entering Invoke-VstsTool.
2023-04-17T12:54:57.1873558Z ##[debug] FileName: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
2023-04-17T12:54:57.1894122Z ##[debug] Arguments: '"C:\agent\_work\52\s\CSI.sln" /nologo /nr:false /t:"Clean" /fl /flp:"logfile=C:\agent\_work\52\s\CSI.sln-clean.log;verbosity=diagnostic" /dl:CentralLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll";"RootDetailId=|SolutionDir=C:\agent\_work\52\s"*ForwardingLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"  /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"'
2023-04-17T12:54:57.1911038Z ##[debug] RequireExitCodeZero: 'True'
2023-04-17T12:54:57.1921429Z ##[command]"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" "C:\agent\_work\52\s\CSI.sln" /nologo /nr:false /t:"Clean" /fl /flp:"logfile=C:\agent\_work\52\s\CSI.sln-clean.log;verbosity=diagnostic" /dl:CentralLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll";"RootDetailId=|SolutionDir=C:\agent\_work\52\s"*ForwardingLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"  /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"
2023-04-17T12:54:57.7302115Z Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
2023-04-17T12:54:58.0600660Z Build started 4/17/2023 8:54:58 AM.
2023-04-17T12:54:58.6583949Z Project "C:\agent\_work\52\s\CSI.sln" on node 1 (Clean target(s)).
2023-04-17T12:54:58.6584435Z ValidateSolutionConfiguration:
2023-04-17T12:54:58.6584714Z   Building solution configuration "debug|any cpu".
2023-04-17T12:54:58.7880729Z Project "C:\agent\_work\52\s\CSI.sln" (1) is building "C:\agent\_work\52\s\CSI.metaproj" (2) on node 1 (Clean target(s)).
2023-04-17T12:54:58.7881225Z Clean:
2023-04-17T12:54:58.7881516Z   Web projects do not support the "Clean" target.  Continuing with remaining projects ...
2023-04-17T12:54:58.7883746Z Done Building Project "C:\agent\_work\52\s\CSI.metaproj" (Clean target(s)).
2023-04-17T12:54:58.7995821Z Done Building Project "C:\agent\_work\52\s\CSI.sln" (Clean target(s)).
2023-04-17T12:54:58.8101586Z 
2023-04-17T12:54:58.8102321Z Build succeeded.
2023-04-17T12:54:58.8105139Z     0 Warning(s)
2023-04-17T12:54:58.8105468Z     0 Error(s)
2023-04-17T12:54:58.8122205Z 
2023-04-17T12:54:58.8122879Z Time Elapsed 00:00:00.76
2023-04-17T12:54:58.8313188Z ##[debug]Exit code: 0
2023-04-17T12:54:58.8333550Z ##[debug]Leaving Invoke-VstsTool.
2023-04-17T12:54:58.8362919Z ##[debug]Processed: ##vso[task.uploadfile]C:\agent\_work\52\s\CSI.sln-clean.log
2023-04-17T12:54:58.8374686Z ##[debug]Leaving Invoke-MSBuild.
2023-04-17T12:54:58.8398003Z ##[debug]Entering Invoke-MSBuild.
2023-04-17T12:54:58.8416288Z ##[debug] ProjectFile: 'C:\agent\_work\52\s\CSI.sln'
2023-04-17T12:54:58.8435076Z ##[debug] MSBuildPath: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
2023-04-17T12:54:58.8454189Z ##[debug] AdditionalArguments: ' /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"'
2023-04-17T12:54:58.8472847Z ##[debug] NoTimelineLogger: 'True'
2023-04-17T12:54:58.8491568Z ##[debug] LogFileVerbosity: 'diagnostic'
2023-04-17T12:54:58.8510054Z ##[debug] LogFile: 'C:\agent\_work\52\s\CSI.sln.log'
2023-04-17T12:54:58.8531219Z ##[debug]Asserting leaf path exists: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
2023-04-17T12:54:58.8556360Z ##[debug]Asserting leaf path exists: 'C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll'
2023-04-17T12:54:58.8583625Z ##[debug]Entering Invoke-VstsTool.
2023-04-17T12:54:58.8603126Z ##[debug] FileName: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe'
2023-04-17T12:54:58.8623732Z ##[debug] Arguments: '"C:\agent\_work\52\s\CSI.sln" /nologo /nr:false /fl /flp:"logfile=C:\agent\_work\52\s\CSI.sln.log;verbosity=diagnostic" /dl:CentralLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll";"RootDetailId=|SolutionDir=C:\agent\_work\52\s"*ForwardingLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"  /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"'
2023-04-17T12:54:58.8641306Z ##[debug] RequireExitCodeZero: 'True'
2023-04-17T12:54:58.8651458Z ##[command]"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" "C:\agent\_work\52\s\CSI.sln" /nologo /nr:false /fl /flp:"logfile=C:\agent\_work\52\s\CSI.sln.log;verbosity=diagnostic" /dl:CentralLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll";"RootDetailId=|SolutionDir=C:\agent\_work\52\s"*ForwardingLogger,"C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"  /p:platform="any cpu" /p:configuration="debug" /p:_MSDeployUserAgent="TFS_cf3443dd-3d32-437d-96a3-52ff4174ed49_build_96_0"
2023-04-17T12:54:59.0776095Z Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
2023-04-17T12:54:59.1484831Z Build started 4/17/2023 8:54:59 AM.
2023-04-17T12:54:59.3645614Z Project "C:\agent\_work\52\s\CSI.sln" on node 1 (default targets).
2023-04-17T12:54:59.3646275Z ValidateSolutionConfiguration:
2023-04-17T12:54:59.3646736Z   Building solution configuration "debug|any cpu".
2023-04-17T12:54:59.9052464Z Project "C:\agent\_work\52\s\CSI.sln" (1) is building "C:\agent\_work\52\s\CSI.metaproj" (2) on node 1 (default targets).
2023-04-17T12:54:59.9054081Z Build:
2023-04-17T12:54:59.9054857Z   Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\Microsoft.Scripting.Metadata.dll" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.Scripting.Metadata.dll".
2023-04-17T12:54:59.9056028Z   Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\Microsoft.Scripting.dll" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.Scripting.dll".
2023-04-17T12:54:59.9057721Z   Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\IronRuby.dll" to "C:\agent\_work\52\s\CSI\Bin\IronRuby.dll".
2023-04-17T12:54:59.9058380Z   Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\Microsoft.Dynamic.dll" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.Dynamic.dll".
2023-04-17T12:54:59.9116577Z   Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\IronRuby.Libraries.dll" to "C:\agent\_work\52\s\CSI\Bin\IronRuby.Libraries.dll".
2023-04-17T12:54:59.9117851Z   Copying file from "C:\agent\_work\52\s\packages\IronRuby.1.1.3\lib\IronRuby.Libraries.Yaml.dll" to "C:\agent\_work\52\s\CSI\Bin\IronRuby.Libraries.Yaml.dll".
2023-04-17T12:54:59.9152150Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll".
2023-04-17T12:54:59.9154334Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml" to "C:\agent\_work\52\s\CSI\Bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml".
2023-04-17T12:54:59.9156933Z   Copying file from "C:\agent\_work\52\s\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll" to "C:\agent\_work\52\s\CSI\Bin\Newtonsoft.Json.dll".
2023-04-17T12:54:59.9177269Z   Copying file from "C:\agent\_work\52\s\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.xml" to "C:\agent\_work\52\s\CSI\Bin\Newtonsoft.Json.xml".
2023-04-17T12:54:59.9180105Z   Copying file from "C:\agent\_work\52\s\packages\RestSharp.106.12.0\lib\net452\RestSharp.dll" to "C:\agent\_work\52\s\CSI\Bin\RestSharp.dll".
2023-04-17T12:54:59.9182919Z   Copying file from "C:\agent\_work\52\s\packages\RestSharp.106.12.0\lib\net452\RestSharp.xml" to "C:\agent\_work\52\s\CSI\Bin\RestSharp.xml".
2023-04-17T12:54:59.9204898Z   Copying file from "C:\agent\_work\52\s\packages\SassAndCoffee.AspNet.2.1.1.0\lib\net40\SassAndCoffee.AspNet.dll" to "C:\agent\_work\52\s\CSI\Bin\SassAndCoffee.AspNet.dll".
2023-04-17T12:54:59.9208865Z   Copying file from "C:\agent\_work\52\s\packages\SassAndCoffee.Core.2.1.1.0\lib\net40-Client\SassAndCoffee.Core.dll" to "C:\agent\_work\52\s\CSI\Bin\SassAndCoffee.Core.dll".
2023-04-17T12:54:59.9231599Z   Copying file from "C:\agent\_work\52\s\packages\SassAndCoffee.JavaScript.2.1.1.0\lib\net40-Client\SassAndCoffee.JavaScript.dll" to "C:\agent\_work\52\s\CSI\Bin\SassAndCoffee.JavaScript.dll".
2023-04-17T12:54:59.9238008Z   Copying file from "C:\agent\_work\52\s\packages\SassAndCoffee.Ruby.2.1.1.0\lib\net40-Client\SassAndCoffee.Ruby.dll" to "C:\agent\_work\52\s\CSI\Bin\SassAndCoffee.Ruby.dll".
2023-04-17T12:54:59.9239374Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll" to "C:\agent\_work\52\s\CSI\Bin\System.Net.Http.Extensions.dll".
2023-04-17T12:54:59.9240770Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.xml" to "C:\agent\_work\52\s\CSI\Bin\System.Net.Http.Extensions.xml".
2023-04-17T12:54:59.9254550Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll" to "C:\agent\_work\52\s\CSI\Bin\System.Net.Http.Formatting.dll".
2023-04-17T12:54:59.9265441Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.xml" to "C:\agent\_work\52\s\CSI\Bin\System.Net.Http.Formatting.xml".
2023-04-17T12:54:59.9290736Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll" to "C:\agent\_work\52\s\CSI\Bin\System.Net.Http.Primitives.dll".
2023-04-17T12:54:59.9292795Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.xml" to "C:\agent\_work\52\s\CSI\Bin\System.Net.Http.Primitives.xml".
2023-04-17T12:54:59.9299392Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll" to "C:\agent\_work\52\s\CSI\Bin\System.Web.Http.dll".
2023-04-17T12:54:59.9306085Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.xml" to "C:\agent\_work\52\s\CSI\Bin\System.Web.Http.xml".
2023-04-17T12:54:59.9308048Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll" to "C:\agent\_work\52\s\CSI\Bin\System.Web.Http.WebHost.dll".
2023-04-17T12:54:59.9338032Z   Copying file from "C:\agent\_work\52\s\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.xml" to "C:\agent\_work\52\s\CSI\Bin\System.Web.Http.WebHost.xml".
2023-04-17T12:54:59.9444653Z   C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe -v /localhost_59447 -p CSI\ -u -f -d PrecompiledWeb\localhost_59447\ 
2023-04-17T12:55:15.5955259Z Done Building Project "C:\agent\_work\52\s\CSI.metaproj" (default targets).
2023-04-17T12:55:15.5955884Z Done Building Project "C:\agent\_work\52\s\CSI.sln" (default targets).
2023-04-17T12:55:15.5956152Z 
2023-04-17T12:55:15.5956427Z Build succeeded.
2023-04-17T12:55:15.5956739Z     0 Warning(s)
2023-04-17T12:55:15.5957042Z     0 Error(s)
2023-04-17T12:55:15.5957187Z 
2023-04-17T12:55:15.5957483Z Time Elapsed 00:00:16.29
2023-04-17T12:55:15.5958084Z ##[debug]Exit code: 0
2023-04-17T12:55:15.5958662Z ##[debug]Leaving Invoke-VstsTool.
2023-04-17T12:55:15.5961924Z ##[debug]Processed: ##vso[task.uploadfile]C:\agent\_work\52\s\CSI.sln.log
2023-04-17T12:55:15.5962657Z ##[debug]Leaving Invoke-MSBuild.
2023-04-17T12:55:15.5963231Z ##[debug]Leaving Invoke-BuildTools.
2023-04-17T12:55:15.5964224Z ##[debug]Leaving C:\agent\_work\_tasks\MSBuild_c6c4c611-aa2e-4a33-b606-5eaba2196824\1.179.0\MSBuild.ps1.
2023-04-17T12:55:15.6146337Z ##[section]Finishing: Build solution CSI.sln

RAW log, must be some copy paste from ADO

I got this figured out thanks