Directory Location... is invalid. Could not detect this directory... Azure DevOps Release pipeline error.
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Please advise, _Deploy Azure Static Web App_ task fails in Release pipeline with the following error message:
`
[31mApp Directory Location: '/home/vsts/work/r1/a/104' is invalid. Could not detect this directory. Please verify your deployment configuration file reflects your repository structure.[0m
`
1. The static website files are ready for deployment in the following location: `$(System.DefaultWorkingDirectory)/$(Build.BuildId)`
2. Here is what the task looks like:

3. Log file:
````
2021-08-19T18:03:46.1394528Z Digest: sha256:1178ebb826c67e41e72ce54b9031160ab03f6ab9d55844293ca41c4f7ac28016
2021-08-19T18:03:46.1409859Z Status: Downloaded newer image for mcr.microsoft.com/appsvc/staticappsclient:stable
2021-08-19T18:03:46.5712069Z [37mDeploymentId: 51ea21ce-de6a-4888-9d54-678b62830803[0m
2021-08-19T18:03:46.5713542Z [37m[0m
2021-08-19T18:03:46.6740985Z [31mApp Directory Location: '/home/vsts/work/r1/a/104' is invalid. Could not detect this directory. Please verify your deployment configuration file reflects your repository structure.[0m
2021-08-19T18:03:47.2546781Z [37m[0m
2021-08-19T18:03:47.2547637Z [33mFor further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/[0m
2021-08-19T18:03:47.2548655Z [33mIf you believe this behavior is unexpected, please raise a GitHub issue at https://github.com/azure/static-web-apps/issues/[0m
2021-08-19T18:03:47.2549259Z [33mExiting[0m
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.