We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec6918c + 5a56114 commit c313acdCopy full SHA for c313acd
1 file changed
.github/workflows/build.yml
@@ -29,6 +29,12 @@ jobs:
29
30
# Steps represent a sequence of tasks that will be executed as part of the job
31
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
+
38
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
39
uses: actions/setup-dotnet@v4
40
with:
0 commit comments