Unable to deploy static web app using Azure DevOps and self hosted Windows agent
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Attempting to deploy a static web app using Azure DevOps pipelines and a self hosted Windows agents results in the AzureStaticWebApp task failing with no error message.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a new Azure DevOps yaml pipeline to deploy a static web app
2. Set the pipeline to use a self-hosted Windows agent (this can probably be duplicated using a hosted Windows agent as well)
3. Pipeline will fail but no error message is shown
Only way to figure out what's going on is to set system.debug to true on the pipeline and read the logs.
**Expected behavior**
Task should either work on Windows agents or just give a meaningful error message
**Screenshots**

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.