aws / aws/aws-toolkit-azure-devops

Error during deployment: Application app is missing web.config file.

Open
#146 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.