Skip to content

Commit b10cb5a

Browse files
committed
Install .NET 6 SDK to enable XAML Styler after removal from windows-latest Actions CI image.
See also actions/runner-images#12241
1 parent 5bc705f commit b10cb5a

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
@@ -36,6 +36,12 @@ jobs:
3636

3737
# Steps represent a sequence of tasks that will be executed as part of the job
3838
steps:
39+
# .NET 6 SDK is required for xamlstyler.console to run.
40+
- name: Install .NET SDK v6
41+
uses: actions/setup-dotnet@v4
42+
with:
43+
dotnet-version: 6.0.x
44+
3945
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
4046
uses: actions/setup-dotnet@v4
4147
with:

0 commit comments

Comments
 (0)