Version 4 of Azure App Service Deploy - *.deploy.cmd not found Version 4 of Azure App Service Deploy - *.deploy.cmd not found azure azure

Version 4 of Azure App Service Deploy - *.deploy.cmd not found


You need to publish the web app through Web deployment package publish method in order to generate the necessary files (e.g. deploy.cmd):

  1. Remove .NET Core build and publish task
  2. Add Visual Studio Build task (/p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:PackageLocation="$(build.artifactstagingdirectory)")