Commit 94b67dc
committed
Update SWA workflow for .NET 10 and config fixes
- Added `dotnet-version: '10.0.x'` to use .NET 10 SDK in the
`Build And Deploy Blazor WASM App` job.
- Uncommented and set `output_location` to `"wwwroot"` for the
built app content directory.
- Fixed casing of `uses` parameter in `Close Pull Request Job`
for consistency.1 parent 438ace9 commit 94b67dc
File tree
1 file changed
+3
-2
lines changed- .github/workflows
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
0 commit comments