Commit 384708b
committed
Optimize .NET SDK setup and Azure SWA deployment
Replaced `actions/setup-dotnet` with a custom caching and
installation process for the .NET 10 SDK to improve build
efficiency. Added caching using `actions/cache` and a
custom installation script. Updated environment variables
and added a verification step for the .NET installation.
Simplified Azure Static Web Apps deployment configuration
by removing redundant comments and unused parameters.
Updated `app_location` to point to
`BlazorBootstrap.Demo.WebAssembly` and retained necessary
build and output configurations. Cleaned up unused
repository/build configuration examples for clarity.1 parent 94b67dc commit 384708b
File tree
1 file changed
+26
-13
lines changed- .github/workflows
1 file changed
+26
-13
lines changedLines changed: 26 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
29 | 49 | | |
30 | 50 | | |
31 | | - | |
32 | | - | |
33 | 51 | | |
34 | 52 | | |
35 | 53 | | |
36 | 54 | | |
37 | | - | |
| 55 | + | |
38 | 56 | | |
39 | | - | |
| 57 | + | |
40 | 58 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 59 | | |
45 | | - | |
46 | 60 | | |
47 | 61 | | |
48 | | - | |
49 | 62 | | |
50 | 63 | | |
51 | 64 | | |
| |||
0 commit comments