Commit 103e629
committed
Remove Azure Static Web Apps workflows and CI configs
The `azure-staticwebapp.yml` and `static-web-app.yml` GitHub Actions workflow files were removed. These workflows previously handled the build and deployment of web applications to Azure Static Web Apps.
Additionally, a CI-specific `<PropertyGroup>` block was removed from `BlazorBootstrap.Demo.WebAssembly.csproj`. This block contained configurations to optimize the build process for CI environments, such as disabling AOT compilation and adjusting WebAssembly heap size.
These changes reflect a shift in the deployment or CI/CD strategy, potentially moving away from Azure Static Web Apps or adopting an alternative approach.1 parent c66f840 commit 103e629
File tree
3 files changed
+0
-145
lines changed- .github/workflows
- BlazorBootstrap.Demo.WebAssembly
3 files changed
+0
-145
lines changedThis file was deleted.
This file was deleted.
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 10 | | |
19 | 11 | | |
20 | 12 | | |
| |||
0 commit comments