I am deploying the BizTalk project to Azure DevOps for CI/CD. In Azure DevOps, I created a new Agent called "Test pool".
when I create a Build pipeline, I am getting the below error.
Build solution BizTalkDevOpsDemo.sln
View raw log
Starting: Build solution BizTalkDevOpsDemo.sln
==============================================================================
Task : Visual Studio build
Description : Build with MSBuild and set the Visual Studio version property
Version : 1.199.0
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/build/visual-studio-build
==============================================================================
"C:\agents_work_tasks\VSBuild_71a9a2d3-a98a-4caa-96ab-affca411ecda\1.199.0\ps_modules\MSBuildHelpers\vswhere.exe" -version [17.0,18.0) -latest -format json
"C:\agents_work_tasks\VSBuild_71a9a2d3-a98a-4caa-96ab-affca411ecda\1.199.0\ps_modules\MSBuildHelpers\vswhere.exe" -version [17.0,18.0) -products Microsoft.VisualStudio.Product.BuildTools -latest -format json
"C:\agents_work_tasks\VSBuild_71a9a2d3-a98a-4caa-96ab-affca411ecda\1.199.0\ps_modules\MSBuildHelpers\vswhere.exe" -version [16.0,17.0) -latest -format json
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" "C:\agents_work\3\s\BizTalkDevOpsDemo.sln" /nologo /nr:false /dl:CentralLogger,"C:\agents_work_tasks\VSBuild_71a9a2d3-a98a-4caa-96ab-affca411ecda\1.199.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll";"RootDetailId=b9c461fa-80fe-47b3-b0ff-4060efbee80c|SolutionDir=C:\agents_work\3\s|enableOrphanedProjectsLogs=true"*ForwardingLogger,"C:\agents_work_tasks\VSBuild_71a9a2d3-a98a-4caa-96ab-affca411ecda\1.199.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" /p:OutputPath=C:\agents_work\3\a\BTS\BizTalkDevOpsDemo\ /p:VisualStudioVersion="16.0" /p:_MSDeployUserAgent="VSTS_f82be4ec-4c29-4226-9dfa-8eb0a30e25b0_build_6_0"
MSBUILD : error MSB1009: Project file does not exist.
Switch: C:\agents_work\3\s\BizTalkDevOpsDemo.sln
[error]Process 'msbuild.exe' exited with code '1'.
Finishing: Build solution BizTalkDevOpsDemo.sln
