aws / aws/aws-toolkit-azure-devops
Error during deployment: Application app is missing web.config file.
- Dominant language
- TypeScript
- Stars
- 258
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Research direction
Start by reviewing the publish command and the Beanstalk task's Published Application Path to trace how the ZIP contents are packaged and consumed. Reproduce the nested app directory layout and verify that the deployment package places web.config at the expected application root.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, azure
- Domain
- cloud, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100