Skip to content

Commit 4187dad

Browse files
authored
Remove net6.0 install for CI Xaml-Style-Check, update xamlstyler (#733)
* Install .NET 6 SDK to enable XAML Styler after removal from `windows-latest` Actions CI image. See also actions/runner-images#12241 * Update runner to windows-latest-large for build and package jobs to fix "out of disk space" errors * Update xamlstyler.console to 3.2501.8 and remove .NET 6 workarounds - Bump xamlstyler.console from 3.2206.4 to 3.2501.8 in both root and tooling - Remove .NET 6 SDK installation step from build workflow - Fixes .NET 6 compatibility issues
1 parent 559a2a8 commit 4187dad

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"xamlstyler.console": {
12-
"version": "3.2206.4",
12+
"version": "3.2501.8",
1313
"commands": [
1414
"xstyler"
1515
]

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ 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-
4539
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
4640
uses: actions/setup-dotnet@v4
4741
with:

0 commit comments

Comments
 (0)