Hello,
I'm facing an issue with deploying my Blazor WebAssembly (WASM) app to Azure. The problem is that the deployed website doesn't reflect my code changes. Here are the details:
Issue:
* Blazor WebAssembly app deployed to Azure Web App.
* Deployment process runs without errors.
* Website shows an older version of the app, not reflecting recent code changes.
Additional Info:
*GitHub Actions workflow is used for building and publishing.
*Azure App Service Publish Profile is correctly set as a GitHub secret.
* Project includes shared components from other libraries.
Request for Help:
I need assistance in diagnosing and fixing this issue. If you've encountered a similar problem or have tips for troubleshooting Blazor WebAssembly deployments on Azure, please share your expertise.
Thank you for your help!