Skip to content

Commit 06bff12

Browse files
committed
Install .NET 6 SDK to enable XAML Styler after removal from
`windows-latest` Actions CI image.
1 parent 786cf7b commit 06bff12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929

3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:
32+
# .NET 6 SDK is required for xamlstyler.console to run.
33+
- name: Install .NET SDK v6
34+
uses: actions/setup-dotnet@v4
35+
with:
36+
dotnet-version: 6.0.x
37+
3238
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
3339
uses: actions/setup-dotnet@v4
3440
with:

0 commit comments

Comments
 (0)