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
- Rename `build_and_deploy_job` to `build-and-deploy` for consistency.
- Remove `if` condition to simplify job triggering logic.
- Add `DOTNET_TELEMETRY_OPTOUT` to disable .NET telemetry.
- Downgrade `actions/checkout` to v4 and `actions/setup-dotnet` to v4.
- Replace WASM workload install with `dotnet workload update`.
- Add step to clean repository build outputs (`dotnet clean`).
- Update `dotnet publish` to specify project file and output path.
- Remove debugging steps for build output structure.
- Update `Azure/static-web-apps-deploy` with new parameters:
- Set `app_location` to `/` and `output_location` to `build/publish`.
- Dynamically determine `deployment_environment` (production/staging).
- Remove `close_pull_request_job` to simplify workflow.
- Add `actions/upload-artifact` to archive published build output.
- Use `AZURE_STATIC_WEB_APPS_API_TOKEN` secret for deployment.
0 commit comments