Blazor App Missing wwwroot/scripts Folder After dotnet publish in GitHub Actions
I’m building a Blazor WebAssembly app and deploying it to Azure Static Web Apps using GitHub Actions. My app relies on JavaScript files generated from TypeScript with gulp task, which places them in the wwwroot/scripts
folder. Locally, everything works fine, but in the GitHub Actions pipeline, the scripts
folder is missing from the final publish output.