I’m attempting to build and deploy a .NET 8 web API using Azure DevOps however I received the following error when running a pipeline. What could be the cause? How can I debug this?
C:hostedtoolcachewindowsdotnetdotnet.exe D:a_tasksreportgenerator_be803a55-9253-4895-a525-be570d86f1615.3.8toolsnet6.0ReportGenerator.dll -reports:D:a_temp/**/coverage.cobertura.xml -targetdir:D:a1s/coveragereport -reporttypes:HtmlInline_AzurePipelines;Cobertura -sourcedirs: -historydir: -plugins: -assemblyfilters:$(RG_assemblyfilters) -classfilters:$(RG_classfilters) -filefilters:$(RG_filefilters) -riskhotspotassemblyfilters:+* -riskhotspotclassfilters:+* -verbosity:Info -title: -tag:1.0.24218.2_#583545 -license:
##[debug]Exit code 1 received from tool 'C:hostedtoolcachewindowsdotnetdotnet.exe'
##[debug]STDIO streams have closed for tool 'C:hostedtoolcachewindowsdotnetdotnet.exe'
##[debug]The process 'C:hostedtoolcachewindowsdotnetdotnet.exe' failed with exit code 1
##[debug]task result: Failed
##[error]The process 'C:hostedtoolcachewindowsdotnetdotnet.exe' failed with exit code 1
##[debug]Processed: ##vso[task.issue type=error;source=TaskInternal;]The process 'C:hostedtoolcachewindowsdotnetdotnet.exe' failed with exit code 1
##[debug]Processed: ##vso[task.complete result=Failed;]The process 'C:hostedtoolcachewindowsdotnetdotnet.exe' failed with exit code 1
##[debug]publishCodeCoverageResults=false