Hello @Ravindra Shukla ,
Welcome to Microsoft Q&A forum.
I believe you didn’t separately install the MSDeploy.exe from here: Web Deploy.
VS Build Tools include the features of WebDeploy(msdeploy) if you installed the corresponding workload. So MSBuild and WebDeploy are both included in the VS Build Tools.
Actually, here, it describes
Seamless integration with IIS Manager (IIS7 and above), Visual Studio (2010 and above) for creating packages and deploying them onto a machine, both locally and remotely.
And according to the test, VS will help to install/configure the IIS, if you install Web development build tools
workload. And the msdeploy.exe
will be automatically installed under this path: C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe
.
Best Regards,
Tianyu
- If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.