aws-toolkit-azure-devops
aws-toolkit-azure-devops copied to clipboard
Error during deployment: Application app is missing web.config file.
I'm getting below error. Error during deployment: Application app is missing web.config file. I have downloaded the zip file from the beanstalk , i noticed that there is app folder got created under main zip and app folder has the contents which includes web.config file as well. How do i prevent publish task to put the contents under main zip then putting under app folder?
Here is the command for publish:
--configuration $(BuildConfiguration) --output $(Build.StagingDirectory)$(Build.BuildNumber).zip
under beanstalk task: Published Application Path : $(Build.StagingDirectory)$(Build.BuildNumber).zip
i have a problem , me deploying sample hello-world donet application to aws elastic bean stalk am from azure devops am getting th following error kindly please suggest me any solutions? """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Error during deployment: Application app is missing web.config file. Error occurred during build: Command hooks failed" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""