Scanner failing due to analysis configuration file missing SonarQubeAnalysisConfig.xml

I am new to Sonar and i am facing a weird issue which our team never faced earlier.
We are using Azure Devops agent for Sonar Scanning and recently our pipeline is failing. We have not made any changes in pipeline and Devops agent but still it is failing. Based on my Analysis, after the scan if failed, there is no conf folder generated under .sonarqube and also Targets folder is missing under lib folder.
Below are the commands which we are using.
I am sharing the commands and logs
dotnet $(build.sourcesdirectory)\lib\SonarScanner.MSBuild.dll begin /k:“abc-search”

$(build.sourcesdirectory)\ABC.Azure.FunctionApp\ABC.Azure.FunctionApp.sln

dotnet $(build.sourcesdirectory)\lib\SonarScanner.MSBuild.dll end

Please see below logs

SonarScanner for MSBuild 4.7.1
Using the .NET Core version of the Scanner for MSBuild
Pre-processing started.
Preparing working directories...
05:57:14.81  Updating build integration targets...

Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\agent\_work\8\s\lib\Targets\SonarQube.Integration.ImportBefore.targets'.
   at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
   at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding)
   at System.IO.File.ReadAllText(String path)
   at SonarScanner.MSBuild.PreProcessor.TargetsInstaller.CopyIfDifferent(String sourcePath, IEnumerable`1 destinationDirs)
   at SonarScanner.MSBuild.PreProcessor.TargetsInstaller.InstallLoaderTargets(String workDirectory)
   at SonarScanner.MSBuild.PreProcessor.TeamBuildPreProcessor.DoExecute(ProcessedArgs localSettings)
   at SonarScanner.MSBuild.BootstrapperClass.PreProcess()
   at SonarScanner.MSBuild.BootstrapperClass.Execute()
   at SonarScanner.MSBuild.Program.Execute(String[] args, ILogger logger)
   at SonarScanner.MSBuild.Program.Main(String[] args)
Microsoft (R) Build Engine version 16.2.32702+c4012a063 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  Restore completed in 56.51 ms for F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.Repository\ABC.Azure.Repository.csproj.
  Restore completed in 53.29 ms for F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.Model\ABC.Azure.Model.csproj.
  Restore completed in 59.63 ms for F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.Function\ABC.Azure.Function.csproj.
  Restore completed in 64.93 ms for F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.FunctionApp.Tests\ABC.Azure.FunctionApp.Tests.csproj.
  ABC.Azure.Model -> F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.Model\bin\Debug\netcoreapp2.1\ABC.Azure.Model.dll
  ABC.Azure.Repository -> F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.Repository\bin\Debug\netcoreapp2.1\ABC.Azure.Repository.dll
F:\agent\_work\_tool\dotnet\sdk\2.2.402\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3277: Found conflicts between different versions of "Microsoft.Azure.WebJobs.Extensions.Http" that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed. [F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.Function\ABC.Azure.Function.csproj]
  ABC.Azure.Function -> F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.Function\bin\Debug\netcoreapp2.1\bin\ABC.Azure.Function.dll
  ABC.Azure.FunctionApp.Tests -> F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.FunctionApp.Tests\bin\Debug\netcoreapp2.1\ABC.Azure.FunctionApp.Tests.dll

Build succeeded.

F:\agent\_work\_tool\dotnet\sdk\2.2.402\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3277: Found conflicts between different versions of "Microsoft.Azure.WebJobs.Extensions.Http" that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed. [F:\agent\_work\8\s\ABC.Azure.FunctionApp\ABC.Azure.Function\ABC.Azure.Function.csproj]
    1 Warning(s)
    0 Error(s)

Time Elapsed 00:00:03.58
SonarScanner for MSBuild 4.7.1
Using the .NET Core version of the Scanner for MSBuild
Post-processing started.
05:57:21.678  SonarQube analysis could not be completed because the analysis configuration file could not be found: F:\agent\_work\8\.sonarqube\conf\SonarQubeAnalysisConfig.xml.
05:57:21.678  Post-processing failed. Exit code: 1

Hi @Aryaan_Sharma welcome to the community.

Where did you download the zip of the Scanner ? It should com with a bin and Targets folder beside all the DLLs. If you don’t have them, i suggest you to download and unzip it again.

HTH,
Mickaël