Right now whenever something is merged to master branch in bitbucket it triggers a build in azure. It was working fine until I was the only one checking in code. When my teammate is checking in the code the deploy is failing on Azure.
Getting this error:
Command: "D:\home\site\deployments\tools\deploy.cmd" Handling ASP.NET Core Web Application deployment with MSBuild16.7.0. Access is denied. Failed exitCode=1, command="D:\Program Files (x86)\MSBuilds\16.8.3\MSBuild\Current\Bin\MSBuild.exe" /restore "D:\home\site\repository\Demo.Test\Demo.Test.csproj" /p:DeployOnBuild=true /p:configuration=Release /p:publishurl="D:\local\Temp\8xddxxxxx" An error has occurred during web site deployment. Access is denied.\r\nD:\Program Files (x86)\SiteExtensions\Kudu\94.30524.5227\bin\Scripts\starter.cmd "D:\home\site\deployments\tools\deploy.cmd"
How to fix this issue?
@ryanchill