Deploying Blazor project: /bin/sh: 1: build.sh: not found
I'm trying to deploy a blazor project to pages, I've followed the steps in this https://developers.cloudflare.com/pages/framework-guides/deploy-a-blazor-site/
using this for the build command
using this for the output
- added the build.sh file into the root dir using the
git add --chmod=+x build.shcommand
using this for the build command
using this for the output
Cloudflare Docs
Blazor is an SPA framework that can use C# code, rather than JavaScript in the browser. In this guide, you will build a site using Blazor, and deploy …
