Open StefH opened 9 months ago
Hello @pauld-msft, did you have time to look into this issue?
I'm having a similar issue with .NET 8 Blazor Static Web App deployment. It keeps seeming to fail with a syntax error in a shell script. Here's the error I'm getting:
Removing existing manifest file Creating a manifest file... /tmp/BuildScriptGenerator/6350fb76dced4ef2a571dca8f1feacd3/build.sh: command substitution: line 306: syntax error near unexpected token `' ','
---End of Oryx build logs--- Oryx was unable to determine the build steps. Continuing assuming the assets in this folder are already built. If this is an unexpected behavior please contact support. An unknown exception has occurred
I have the same issue after following a tutorial....
Project
This project https://github.com/StefH/ProtoBufJsonConverter/tree/main/examples/ProtoBufJsonConverter.Blazor is using .NET 8
Build Log