Sonarqube Developer Edition Version 10.4.1 (build 88267) Not able to Push from GITHUB to Sonarrqube

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    sonarqube-developer-10.4.1 (build 88267)
  • how is SonarQube deployed: zip, Docker, Helm
    Zip
  • what are you trying to achieve
    Integrate GITHUB repos with Sonarqube
  • what have you tried so far to achieve this
  • we configured the projects and updated the workflow file build.yml file in GITHUB actions .

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

SonarQube analysis could not be completed because the analysis configuration file could not be found:

conf\SonarQubeAnalysisConfig.xml.
08:55:55.654 Post-processing failed. Exit code: 1
Error: Process completed with exit code 1.

Below is the YAML file

name: SonarqubeScan Build

on:
push:
branches:
- PRODUCTION
pull_request:
types: [opened, synchronize, reopened]

jobs:
build:
name: Build
runs-on: windows-latest
permissions: read-all
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Cache SonarQube packages
uses: actions/cache@v1
with:
path: ~.sonar\cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache SonarQube scanner
id: cache-sonar-scanner
uses: actions/cache@v1
with:
path: ..sonar\scanner
key: ${{ runner.os }}-sonar-scanner
restore-keys: ${{ runner.os }}-sonar-scanner
- name: Install SonarQube scanner
if: steps.cache-sonar-scanner.outputs.cache-hit != ‘true’
shell: powershell
run: |
New-Item -Path ..sonar\scanner -ItemType Directory
dotnet tool update dotnet-sonarscanner --tool-path ..sonar\scanner
- name: Build and analyze
shell: powershell
run: |
..sonar\scanner\dotnet-sonarscanner begin /k:“***************************************” /d:sonar.token=“${{ secrets.SONAR_TOKEN }}” /d:sonar.host.url=“${{ secrets.SONAR_HOST_URL }}”
dotnet build
..sonar\scanner\dotnet-sonarscanner end /d:sonar.token=“${{ secrets.SONAR_TOKEN }}”

Hey there.

I would suggest attaching the full logs from your pipeline.

Here is the full Log details

##[debug]Evaluating condition for step: 'Build and analyze'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[debug]=> true
##[debug]Result: true
##[debug]Starting: Build and analyze
##[debug]Loading inputs
##[debug]Evaluating: format('.\.sonar\scanner\dotnet-sonarscanner begin /k:"*****************************************" /d:sonar.token="{0}" /d:sonar.host.url="{1}"
##[debug]dotnet build
##[debug].\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="{2}"', secrets.SONAR_TOKEN, secrets.SONAR_HOST_URL, secrets.SONAR_TOKEN)
##[debug]Evaluating format:
##[debug]..Evaluating String:
##[debug]..=> '.\.sonar\scanner\dotnet-sonarscanner begin /k:"*****************************************" /d:sonar.token="{0}" /d:sonar.host.url="{1}"
##[debug]dotnet build
##[debug].\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="{2}"'
##[debug]..Evaluating Index:
##[debug]....Evaluating secrets:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'SONAR_TOKEN'
##[debug]..=> '***'
##[debug]..Evaluating Index:
##[debug]....Evaluating secrets:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'SONAR_HOST_URL'
##[debug]..=> '***'
##[debug]..Evaluating Index:
##[debug]....Evaluating secrets:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'SONAR_TOKEN'
##[debug]..=> '***'
##[debug]=> '.\.sonar\scanner\dotnet-sonarscanner begin /k:"*****************************************************************" /d:sonar.token="***" /d:sonar.host.url="***"
##[debug]dotnet build
##[debug].\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="***"'
##[debug]Result: '.\.sonar\scanner\dotnet-sonarscanner begin /k:"*****************************************************************" /d:sonar.token="***" /d:sonar.host.url="***"
##[debug]dotnet build
##[debug].\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="***"'
##[debug]Loading env
Run .\.sonar\scanner\dotnet-sonarscanner begin /k:"*****************************************************************" /d:sonar.token="***" /d:sonar.host.url="***"
##[debug]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". 'D:\a\_temp\030b3c45-93d9-4c84-a5d9-698330707437.ps1'"
SonarScanner for MSBuild 6.2
Using the .NET Core version of the Scanner for MSBuild
Pre-processing started.
Preparing working directories...
07:13:49.371  Updating build integration targets...
07:13:53.062  Unauthorized: Access is denied due to invalid credentials. Please check the authentication parameters.
07:13:53.064  Pre-processing failed. Exit code: 1
MSBuild version 17.9.6+a4ecab324 for .NET
  Determining projects to restore...
  Nothing to do. None of the projects specified contain packages to restore.
  Restoring NuGet packages...
  To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
  Restoring NuGet packages...
  To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
  Installing 'RestSharp 106.11.7'.
  Installing 'Quartz 3.2.3'.
  Installing 'Common.Logging 3.3.1'.
  Installing 'Common.Logging.Core 3.3.1'.
  Installing 'Sentry 2.1.8'.
  Installing 'Microsoft.Extensions.Logging.Abstractions 2.1.1'.
  Installing 'Microsoft.Web.Administration 7.0.0.0'.
  Installing 'Newtonsoft.Json 10.0.2'.
  Installing 'LinqKit 1.1.19'.
  Installing 'iTextSharp 5.5.13.1'.
  Installing 'AWSSDK.S3 3.5.5'.
  Installing 'EntityFramework 6.4.4'.
  Installing 'Sentry.PlatformAbstractions 1.1.1'.
  Installing 'Sentry.Protocol 2.1.8'.
  Successfully installed 'Quartz 3.2.3'.
  Successfully installed 'Microsoft.Web.Administration 7.0.0.0'.
  Successfully installed 'Microsoft.Extensions.Logging.Abstractions 2.1.1'.
  Successfully installed 'RestSharp 106.11.7'.
  Successfully installed 'Sentry 2.1.8'.
  Installing 'System.Numerics.Vectors 4.5.0'.
  Installing 'System.Collections.Immutable 1.5.0'.
  Successfully installed 'Sentry.PlatformAbstractions 1.1.1'.
  Successfully installed 'Common.Logging 3.3.1'.
  Successfully installed 'Common.Logging.Core 3.3.1'.
  Successfully installed 'Sentry.Protocol 2.1.8'.
  Successfully installed 'System.Numerics.Vectors 4.5.0'.
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Buffers 4.5.1' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Diagnostics.DiagnosticSource 4.7.1' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Memory 4.5.4' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.CompilerServices.Unsafe 4.7.1' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.InteropServices.RuntimeInformation 4.3.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
  Installing 'HtmlAgilityPack 1.11.26'.
  Installing 'AWSSDK.Core 3.5.1.40'.
  Installing 'MailBee.NET 12.1.0'.
  Installing 'Dapper 2.0.35'.
  Installing 'Antlr 3.4.1.9004'.
  Installing 'Microsoft.AspNet.Web.Optimization 1.1.3'.
  Successfully installed 'Microsoft.AspNet.Web.Optimization 1.1.3'.
  Installing 'Microsoft.IdentityModel.Logging 1.1.2'.
  Installing 'Microsoft.IdentityModel.Tokens 5.1.2'.
  Installing 'Microsoft.IO.RecyclableMemoryStream 1.3.5'.
  Successfully installed 'Antlr 3.4.1.9004'.
  Successfully installed 'Dapper 2.0.35'.
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
  Installing 'Microsoft.Web.Infrastructure 1.0.0.0'.
  Successfully installed 'Microsoft.IdentityModel.Tokens 5.1.2'.
  Installing 'Newtonsoft.Json 10.0.2'.
  Installing 'Rijndael256 3.2.0'.
  Successfully installed 'Microsoft.Web.Infrastructure 1.0.0.0'.
  Successfully installed 'LinqKit 1.1.19'.
  Installing 'System.IdentityModel.Tokens.Jwt 5.1.2'.
  Successfully installed 'Microsoft.IdentityModel.Logging 1.1.2'.
  Successfully installed 'iTextSharp 5.5.13.1'.
  Successfully installed 'Rijndael256 3.2.0'.
  Installing 'Twilio 5.50.0'.
  Successfully installed 'System.IdentityModel.Tokens.Jwt 5.1.2'.
  Installing 'WebGrease 1.5.2'.
  Successfully installed 'AWSSDK.Core 3.5.1.40'.
  Successfully installed 'Microsoft.IO.RecyclableMemoryStream 1.3.5'.
  Successfully installed 'AWSSDK.S3 3.5.5'.
  Successfully installed 'WebGrease 1.5.2'.
  Successfully installed 'EntityFramework 6.4.4'.
D:*********************\.nuget\nuget.targets(100,9): error : 'HtmlAgilityPack' already has a dependency defined for 'System.Xml.XPath.XmlDocument'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'MailBee.NET' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Data.DataSetExtensions 4.5.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Twilio' already has a dependency defined for 'Microsoft.IdentityModel.Tokens'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:******************************************(7312,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
  Restoring NuGet packages...
  To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
D:******************************************(138,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
  Installing 'Braintree 5.2.0'.
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
  Installing 'Newtonsoft.Json 10.0.2'.
  Successfully installed 'Braintree 5.2.0'.
EXEC : warning : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
  Installing 'Stripe.net 39.27.0'.
  Installing 'System.Collections.Immutable 1.5.0'.
  Successfully installed 'Stripe.net 39.27.0'.
  Installing 'System.Threading.Tasks.Extensions 4.5.2'.
D:*********************\.nuget\nuget.targets(100,9): error : The 'Microsoft.Bcl.AsyncInterfaces 1.1.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.CompilerServices.Unsafe 5.0.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.InteropServices.RuntimeInformation 4.3.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Threading.Tasks.Extensions' already has a dependency defined for 'System.Runtime.CompilerServices.Unsafe'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:******************************************(296,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:******************************************(860,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
  Restoring NuGet packages...
  To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
  Restoring NuGet packages...
  To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
EXEC : warning : 'MailBee.NET' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
  Installing 'Newtonsoft.Json 10.0.2'.
  Installing 'Iesi.Collections 4.0.0.4000'.
  Installing 'MailBee.NET 12.1.0'.
  Installing 'FluentNHibernate 2.0.1.0'.
EXEC : warning : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
  Successfully installed 'Iesi.Collections 4.0.0.4000'.
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
  Successfully installed 'FluentNHibernate 2.0.1.0'.
  Installing 'PDFsharp-wpf 1.51.5185-beta'.
  Installing 'System.Collections.Immutable 1.5.0'.
  Successfully installed 'PDFsharp-wpf 1.51.5185-beta'.
D:*********************\.nuget\nuget.targets(100,9): error : 'MailBee.NET' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.InteropServices.RuntimeInformation 4.3.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
  Installing 'NHibernate 4.1.1.4000'.
  Installing 'Newtonsoft.Json 10.0.2'.
  Installing 'NHibernate.Validator 1.3.2.4000'.
  Successfully installed 'NHibernate 4.1.1.4000'.
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
EXEC : warning : 'Twilio' already has a dependency defined for 'Microsoft.IdentityModel.Tokens'. [D:******************************************]
  Installing 'PasswordGenerator 1.1.2'.
  Restoring NuGet packages...
  To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
  Installing 'Newtonsoft.Json 10.0.2'.
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
  Installing 'Twilio 5.50.0'.
  Successfully installed 'NHibernate.Validator 1.3.2.4000'.
  Successfully installed 'PasswordGenerator 1.1.2'.
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Twilio' already has a dependency defined for 'Microsoft.IdentityModel.Tokens'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:*********************\LOGS.API\LOGS.API.csproj(126,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:*********************\IRS.API\IRS.API.csproj(250,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:*********************\IRS.StudentLoanPin\IRS.StudentLoanPin.csproj(349,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:*********************\IRS.CustomerAccount\IRS.CustomerAccount.csproj(227,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
  Restoring NuGet packages...
  To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
  Installing 'Npgsql 3.2.7'.
  Installing 'Newtonsoft.Json 10.0.2'.
EXEC : warning : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
  Installing 'System.Collections.Immutable 1.5.0'.
  Installing 'System.Threading.Tasks.Extensions 4.4.0'.
  Successfully installed 'System.Threading.Tasks.Extensions 4.4.0'.
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Npgsql' already has a dependency defined for 'System.Threading.Tasks.Extensions'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.InteropServices.RuntimeInformation 4.3.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]

Build FAILED.

EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
EXEC : warning : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
EXEC : warning : 'MailBee.NET' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
EXEC : warning : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
EXEC : warning : 'Twilio' already has a dependency defined for 'Microsoft.IdentityModel.Tokens'. [D:******************************************]
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
EXEC : warning : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
EXEC : warning : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Buffers 4.5.1' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Diagnostics.DiagnosticSource 4.7.1' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Memory 4.5.4' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.CompilerServices.Unsafe 4.7.1' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.InteropServices.RuntimeInformation 4.3.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'HtmlAgilityPack' already has a dependency defined for 'System.Xml.XPath.XmlDocument'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'MailBee.NET' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Data.DataSetExtensions 4.5.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Twilio' already has a dependency defined for 'Microsoft.IdentityModel.Tokens'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:******************************************(7312,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:******************************************(138,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:*********************\.nuget\nuget.targets(100,9): error : The 'Microsoft.Bcl.AsyncInterfaces 1.1.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.CompilerServices.Unsafe 5.0.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.InteropServices.RuntimeInformation 4.3.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Threading.Tasks.Extensions' already has a dependency defined for 'System.Runtime.CompilerServices.Unsafe'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:******************************************(296,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:******************************************(860,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:*********************\.nuget\nuget.targets(100,9): error : 'MailBee.NET' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.InteropServices.RuntimeInformation 4.3.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Twilio' already has a dependency defined for 'Microsoft.IdentityModel.Tokens'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
D:*********************\LOGS.API\LOGS.API.csproj(126,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:*********************\IRS.API\IRS.API.csproj(250,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:*********************\IRS.StudentLoanPin\IRS.StudentLoanPin.csproj(349,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:*********************\IRS.CustomerAccount\IRS.CustomerAccount.csproj(227,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\8.0.202\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.
D:*********************\.nuget\nuget.targets(100,9): error : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'Npgsql' already has a dependency defined for 'System.Threading.Tasks.Extensions'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : 'System.Collections.Immutable' already has a dependency defined for 'NETStandard.Library'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error : The 'System.Runtime.InteropServices.RuntimeInformation 4.3.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'. [D:******************************************]
D:*********************\.nuget\nuget.targets(100,9): error MSB3073: The command ""D:*********************\.nuget\NuGet.exe" install "D:******************************************" -source ""  -NonInteractive -RequireConsent -solutionDir "D:*********************\ "" exited with code 1. [D:******************************************]
    11 Warning(s)
    44 Error(s)

Time Elapsed 00:00:54.22
SonarScanner for MSBuild 6.2
Using the .NET Core version of the Scanner for MSBuild
Post-processing started.
07:14:57.192  SonarQube analysis could not be completed because the analysis configuration file could not be found: D:*********************\.sonarqube\conf\SonarQubeAnalysisConfig.xml.
07:14:57.193  Post-processing failed. Exit code: 1
Error: Process completed with exit code 1.

It looks like you don’t have a successful build.

Which you’ll need for SonarQube analysis.

I suggest working on having a successful build, and then working SonarQube analysis into the pipeline.