You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced manual .NET 10 SDK installation with `actions/setup-dotnet@v4` for easier setup. Added environment variables to configure .NET version, project path, and build settings. Introduced explicit `.NET Restore`, `.NET Build`, and `.NET Publish` steps for better control.
Updated Azure Static Web App deployment to use the `publish/wwwroot` directory and skip redundant build steps. Removed `app_build_command` as the build process is now handled explicitly.
These changes improve clarity, reduce complexity, and enhance maintainability of the workflow.
0 commit comments