Skip to content

Commit a00644e

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 35c2da7 commit a00644e

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
@@ -34,6 +34,12 @@ jobs:
3434

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

0 commit comments

Comments
 (0)